forked from HeliumProject/Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
69 lines (69 loc) · 2.41 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[submodule "Dependencies/wxWidgets"]
path = Dependencies/wxWidgets
url = https://github.com/wxWidgets/wxWidgets.git
[submodule "Dependencies/ThreadBuildingBlocks"]
path = Dependencies/tbb
url = https://github.com/HeliumProject/ThreadBuildingBlocks.git
[submodule "Dependencies/boost-preprocessor"]
path = Dependencies/boost-preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "Dependencies/expat"]
path = Dependencies/expat
url = https://github.com/HeliumProject/Expat.git
[submodule "Dependencies/freetype"]
path = Dependencies/freetype
url = http://git.savannah.gnu.org/r/freetype/freetype2.git
[submodule "Dependencies/nvtt"]
path = Dependencies/nvtt
url = https://github.com/HeliumProject/NvidiaTextureTools.git
[submodule "Dependencies/p4api"]
path = Dependencies/p4api
url = https://github.com/HeliumProject/P4API.git
[submodule "Dependencies/zlib"]
path = Dependencies/zlib
url = https://github.com/madler/zlib.git
[submodule "Dependencies/libpng"]
path = Dependencies/libpng
url = git://libpng.git.sourceforge.net/gitroot/libpng/libpng
[submodule "Platform"]
path = Platform
url = https://github.com/HeliumProject/Platform.git
[submodule "Foundation"]
path = Foundation
url = https://github.com/HeliumProject/Foundation.git
[submodule "Reflect"]
path = Reflect
url = https://github.com/HeliumProject/Reflect.git
[submodule "Math"]
path = Math
url = https://github.com/HeliumProject/Math.git
[submodule "MathSimd"]
path = MathSimd
url = https://github.com/HeliumProject/MathSimd.git
[submodule "Dependencies/bullet"]
path = Dependencies/bullet
url = https://github.com/HeliumProject/Bullet.git
[submodule "Dependencies/ois"]
path = Dependencies/ois
url = https://github.com/HeliumProject/OIS.git
[submodule "Persist"]
path = Persist
url = https://github.com/HeliumProject/Persist.git
[submodule "Dependencies/rapidjson"]
path = Dependencies/rapidjson
url = https://github.com/HeliumProject/rapidjson.git
[submodule "Inspect"]
path = Inspect
url = https://github.com/HeliumProject/Inspect.git
[submodule "Dependencies/mongo-c"]
path = Dependencies/mongo-c
url = https://github.com/HeliumProject/mongo-c.git
[submodule "Dependencies/glfw"]
path = Dependencies/glfw
url = https://github.com/glfw/glfw.git
[submodule "Mongo"]
path = Mongo
url = https://github.com/HeliumProject/Mongo.git
[submodule "Dependencies/glew"]
path = Dependencies/glew
url = https://github.com/HeliumProject/glew.git