-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1014 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "dependencies/glfw"]
path = dependencies/glfw
url = https://github.com/glfw/glfw.git
[submodule "dependencies/epsilon"]
path = dependencies/epsilon
url = https://github.com/Jojendersie/Epsilon-Intersection.git
[submodule "dependencies/glew"]
path = dependencies/glew
url = https://github.com/Perlmint/glew-cmake.git
[submodule "dependencies/assimp"]
path = tools/meshprocessor/dependencies/assimp
url = https://github.com/assimp/assimp
[submodule "tools/meshprocessor/dependencies/quickhull"]
path = tools/meshprocessor/dependencies/quickhull
url = https://github.com/akuukka/quickhull.git
[submodule "dependencies/clunk"]
path = dependencies/clunk
url = https://github.com/whoozle/clunk.git
[submodule "dependencies/JoFileLib/dependencies/libpng"]
path = dependencies/JoFileLib/dependencies/libpng
url = https://github.com/glennrp/libpng.git
[submodule "dependencies/JoFileLib/dependencies/zlib"]
path = dependencies/JoFileLib/dependencies/zlib
url = https://github.com/madler/zlib.git