-
Notifications
You must be signed in to change notification settings - Fork 70
/
.gitmodules
33 lines (33 loc) · 1.18 KB
/
.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
25
26
27
28
29
30
31
32
33
[submodule "Dependencies/bullet"]
path = Dependencies/bullet
url = https://github.com/HeliumProject/Bullet.git
[submodule "Dependencies/freetype"]
path = Dependencies/freetype
url = https://github.com/HeliumProject/FreeType.git
[submodule "Dependencies/glfw"]
path = Dependencies/glfw
url = https://github.com/HeliumProject/glfw.git
[submodule "Dependencies/glew"]
path = Dependencies/glew
url = https://github.com/HeliumProject/glew.git
[submodule "Dependencies/libpng"]
path = Dependencies/libpng
url = https://github.com/HeliumProject/libpng.git
[submodule "Dependencies/nvtt"]
path = Dependencies/nvtt
url = https://github.com/HeliumProject/NvidiaTextureTools.git
[submodule "Dependencies/ois"]
path = Dependencies/ois
url = https://github.com/HeliumProject/OIS.git
[submodule "Dependencies/p4api"]
path = Dependencies/p4api
url = https://github.com/HeliumProject/P4API.git
[submodule "Dependencies/wxWidgets"]
path = Dependencies/wxWidgets
url = https://github.com/HeliumProject/wxWidgets.git
[submodule "Dependencies/zlib"]
path = Dependencies/zlib
url = https://github.com/HeliumProject/zlib.git
[submodule "Source/Core"]
path = Core
url = https://github.com/HeliumProject/Core.git