forked from Maximilian-Reuter/nova-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 1.02 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
[submodule "src/main/cpp/3rdparty/glm"]
path = src/main/cpp/3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "src/main/cpp/3rdparty/glfw"]
path = src/main/cpp/3rdparty/glfw
url = https://github.com/glfw/glfw.git
[submodule "src/main/cpp/3rdparty/miniz"]
path = src/main/cpp/3rdparty/miniz
url = https://github.com/richgel999/miniz.git
[submodule "src/main/cpp/3rdparty/easyloggingpp"]
path = src/main/cpp/3rdparty/easyloggingpp
url = https://github.com/easylogging/easyloggingpp.git
[submodule "src/main/cpp/3rdparty/json"]
path = src/main/cpp/3rdparty/json
url = https://github.com/nlohmann/json.git
[submodule "src/main/cpp/3rdparty/googletest"]
path = src/main/cpp/3rdparty/googletest
url = https://github.com/google/googletest.git
[submodule "src/main/cpp/3rdparty/optional"]
path = src/main/cpp/3rdparty/optional
url = https://github.com/akrzemi1/Optional.git
[submodule "src/main/cpp/3rdparty/renderdocapi"]
path = src/main/cpp/3rdparty/renderdocapi
url = https://github.com/NovaMods/RenderDoc-Manager.git