-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.09 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.09 KB
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 "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://gitlab.freedesktop.org/freetype/freetype
[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
[submodule "support/cmake/common-compile-settings"]
path = support/cmake/common-compile-settings
url = https://github.com/OpenSpace/common-compile-settings