-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitmodules
33 lines (33 loc) · 1.11 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 "3rdParty/Detours"]
path = 3rdParty/Detours
url = https://github.com/paulsapps/Detours.git
[submodule "3rdParty/googletest"]
path = 3rdParty/googletest
url = https://github.com/google/googletest.git
[submodule "3rdParty/magic_enum"]
path = 3rdParty/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "3rdParty/jsonxx"]
path = 3rdParty/jsonxx
url = https://github.com/hjiang/jsonxx
[submodule "3rdParty/glew-cmake"]
path = 3rdParty/glew-cmake
url = https://github.com/Perlmint/glew-cmake.git
[submodule "3rdParty/glm"]
path = 3rdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdParty/imgui"]
path = 3rdParty/imgui
url = https://github.com/ocornut/imgui.git
[submodule "3rdParty/stb"]
path = 3rdParty/stb
url = https://github.com/nothings/stb.git
[submodule "3rdParty/lodepng"]
path = 3rdParty/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "3rdParty/fluidsynth-lite"]
path = 3rdParty/fluidsynth-lite
url = https://github.com/AliveTeam/fluidsynth-lite.git
[submodule "3rdParty/json"]
path = 3rdParty/json
url = https://github.com/nlohmann/json.git