-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.48 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "server/extern/glfw"]
path = server/extern/glfw
url = https://github.com/glfw/glfw.git
[submodule "server/extern/glm"]
path = server/extern/glm
url = https://github.com/g-truc/glm.git
[submodule "server/extern/glew"]
path = server/extern/glew
url = https://github.com/Perlmint/glew-cmake.git
[submodule "server/extern/assimp"]
path = server/extern/assimp
url = https://github.com/assimp/assimp.git
[submodule "server/extern/volk"]
path = server/extern/volk
url = https://github.com/zeux/volk.git
[submodule "server/extern/stb"]
path = server/extern/stb
url = https://github.com/nothings/stb.git
[submodule "server/extern/gli"]
path = server/extern/gli
url = https://github.com/g-truc/gli.git
[submodule "server/extern/boost"]
path = server/extern/boost
url = https://github.com/boostorg/boost.git
[submodule "server/extern/cgal"]
path = server/extern/cgal
url = https://github.com/CGAL/cgal.git
[submodule "server/extern/openexr"]
path = server/extern/openexr
url = https://github.com/AcademySoftwareFoundation/openexr.git
[submodule "server/extern/imath"]
path = server/extern/imath
url = https://github.com/AcademySoftwareFoundation/Imath.git
[submodule "server/extern/libuv"]
path = server/extern/libuv
url = https://github.com/libuv/libuv.git
[submodule "server/extern/uWebSockets"]
path = server/extern/uWebSockets
url = https://github.com/uNetworking/uWebSockets.git
[submodule "server/extern/spdlog"]
path = server/extern/spdlog
url = https://github.com/gabime/spdlog.git