-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 793 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
[submodule "External/assimp"]
path = External/assimp
url = https://github.com/teamclouday/assimp.git
[submodule "External/glew-cmake"]
path = External/glew-cmake
url = https://github.com/Perlmint/glew-cmake.git
[submodule "External/glfw"]
path = External/glfw
url = https://github.com/glfw/glfw.git
[submodule "External/imgui"]
path = External/imgui
url = https://github.com/ocornut/imgui.git
[submodule "External/termcolor"]
path = External/termcolor
url = https://github.com/ikalnytskyi/termcolor.git
[submodule "External/glm"]
path = External/glm
url = https://github.com/g-truc/glm.git
[submodule "External/stb"]
path = External/stb
url = https://github.com/nothings/stb.git
[submodule "External/optick"]
path = External/optick
url = https://github.com/bombomby/optick.git