-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 loc) · 1.06 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
25
26
27
28
29
30
31
32
33
[submodule "cmake/boost-cmake"]
path = cmake/boost-cmake
url = https://github.com/Orphis/boost-cmake
[submodule "extern/imgui/imgui-sfml"]
path = extern/imgui/imgui-sfml
url = https://github.com/eliasdaler/imgui-sfml
[submodule "extern/imgui/imgui"]
path = extern/imgui/imgui
url = https://github.com/ocornut/imgui
[submodule "cmake/sdl2-cmake-scripts"]
path = cmake/sdl2-cmake-scripts
url = https://github.com/tcbrindle/sdl2-cmake-scripts
[submodule "extern/assimp"]
path = extern/assimp
url = https://github.com/assimp/assimp.git
[submodule "extern/glad"]
path = extern/glad
url = https://github.com/Dav1dde/glad.git
[submodule "extern/glm"]
path = extern/glm
url = https://github.com/g-truc/glm.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "extern/KINU"]
path = extern/KINU
url = https://github.com/Krystalz42/KINU.git
[submodule "extern/KNetwork"]
path = extern/KNetwork
url = https://github.com/krystalz42/KNetwork
[submodule "extern/KStar"]
path = extern/KStar
url = https://github.com/Krystalz42/KStar