-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
25 lines (25 loc) · 746 Bytes
/
Copy path.gitmodules
File metadata and controls
25 lines (25 loc) · 746 Bytes
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
[submodule "ext/stb"]
path = ext/stb
url = https://github.com/filipwasil/stb.git
branch = master
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/glfw/glfw.git
[submodule "ext/tinyobjloader"]
path = ext/tinyobjloader
url = https://github.com/filipwasil/tinyobjloader.git
[submodule "ext/assimp"]
path = ext/assimp
url = https://github.com/assimp/assimp.git
[submodule "ext/gtest"]
path = ext/gtest
url = https://github.com/google/googletest.git
[submodule "ext/googlebenchmark"]
path = ext/googlebenchmark
url = https://github.com/google/benchmark.git
[submodule "ext/cotire"]
path = ext/cotire
url = https://github.com/sakra/cotire.git