forked from CesiumGS/cesium-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
70 lines (70 loc) · 2.32 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
70
[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/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
[submodule "extern/s2geometry"]
path = extern/s2geometry
url = https://github.com/google/s2geometry.git
[submodule "extern/KTX-Software"]
path = extern/KTX-Software
url = https://github.com/CesiumGS/KTX-Software.git
branch = cesium-native
[submodule "extern/libwebp"]
path = extern/libwebp
url = https://github.com/webmproject/libwebp
[submodule "extern/libmorton"]
path = extern/libmorton
url = https://github.com/Forceflow/libmorton.git
[submodule "extern/expected-lite"]
path = extern/expected-lite
url = https://github.com/martinmoene/expected-lite.git
[submodule "extern/libjpeg-turbo"]
path = extern/libjpeg-turbo
url = https://github.com/CesiumGS/libjpeg-turbo.git
[submodule "extern/zlib"]
path = extern/zlib
url = https://github.com/madler/zlib.git
[submodule "extern/meshoptimizer"]
path = extern/meshoptimizer
url = https://github.com/zeux/meshoptimizer