forked from CesiumGS/cesium-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.55 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
[submodule "extern/glm"]
path = extern/glm
url = https://github.com/g-truc/glm.git
[submodule "extern/uriparser"]
path = extern/uriparser
url = https://github.com/uriparser/uriparser.git
[submodule "extern/draco"]
path = extern/draco
url = https://github.com/google/draco.git
[submodule "extern/earcut"]
path = extern/earcut
url = https://github.com/mapbox/earcut.hpp.git
[submodule "extern/Catch2"]
path = extern/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "extern/GSL"]
path = extern/GSL
url = https://github.com/microsoft/GSL.git
[submodule "extern/tinyxml2"]
path = extern/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
[submodule "extern/asyncplusplus"]
path = extern/asyncplusplus
url = https://github.com/Amanieu/asyncplusplus.git
[submodule "extern/spdlog"]
path = extern/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "extern/rapidjson"]
path = extern/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "extern/glTF"]
path = extern/glTF
url = https://github.com/KhronosGroup/glTF.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "extern/cpp-httplib"]
path = extern/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "extern/CSPRNG"]
path = extern/CSPRNG
url = https://github.com/Duthomhas/CSPRNG.git
[submodule "extern/PicoSHA2"]
path = extern/PicoSHA2
url = https://github.com/okdshin/PicoSHA2.git
[submodule "extern/cmake-modules"]
path = extern/cmake-modules
url = https://github.com/bilke/cmake-modules.git