-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 956 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
25
26
27
28
29
30
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "ext/openvr"]
path = ext/openvr
url = https://github.com/ValveSoftware/openvr.git
[submodule "ext/freetype2"]
path = ext/freetype2
url=https://github.com/OpenSpace/freetype-mirror
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/tracy"]
path = ext/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "ext/tinyxml"]
path = ext/tinyxml
url = https://github.com/leethomason/tinyxml2
[submodule "ext/json"]
path = ext/json
url = https://github.com/nlohmann/json.git
[submodule "ext/catch2"]
path = ext/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "ext/scnlib"]
path = ext/scnlib
url = https://github.com/eliaskosunen/scnlib.git
[submodule "ext/json-schema-validator"]
path = ext/json-schema-validator
url = https://github.com/pboettch/json-schema-validator