-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 850 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 850 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
26
27
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "lib/Vulkan-Hpp"]
path = lib/Vulkan-Hpp
url = https://github.com/KhronosGroup/Vulkan-Hpp.git
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui.git
[submodule "lib/googletest"]
path = lib/googletest
url = https://github.com/google/googletest.git
[submodule "lib/CLI11"]
path = lib/CLI11
url = https://github.com/CLIUtils/CLI11.git
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
[submodule "GeneralsGameCode"]
path = lib/GeneralsGameCode
url = https://github.com/TheSuperHackers/GeneralsGameCode.git
[submodule "lib/BigXtractor"]
path = lib/BigXtractor
url = https://github.com/ViTeXFTW/BigXtractor.git