-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitmodules
25 lines (25 loc) · 1020 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
25
[submodule "source/3rdparty/assimp/assimp"]
path = source/3rdparty/assimp/assimp
url = https://github.com/assimp/assimp.git
[submodule "source/3rdparty/bgfx/bgfx"]
path = source/3rdparty/bgfx/bgfx
url = https://github.com/bkaradzic/bgfx.cmake.git
[submodule "source/3rdparty/cereal/cereal"]
path = source/3rdparty/cereal/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "source/3rdparty/glm/glm"]
path = source/3rdparty/glm/glm
url = https://github.com/g-truc/glm.git
[submodule "source/3rdparty/imgui/imgui"]
path = source/3rdparty/imgui/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "source/3rdparty/openal_soft/openal_soft"]
path = source/3rdparty/openal_soft/openal_soft
url = https://github.com/kcat/openal-soft.git
[submodule "source/3rdparty/rttr/rttr"]
path = source/3rdparty/rttr/rttr
url = https://github.com/rttrorg/rttr.git
[submodule "source/3rdparty/spdlog/spdlog"]
path = source/3rdparty/spdlog/spdlog
url = https://github.com/gabime/spdlog.git