forked from OpenEnroth/OpenEnroth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
40 lines (40 loc) · 1.33 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
34
35
36
37
38
39
40
[submodule "thirdparty/luajit"]
path = thirdparty/luajit/luajit
url = https://github.com/LuaJIT/LuaJIT
branch = v2.1
[submodule "thirdparty/glm"]
path = thirdparty/glm
url = https://github.com/g-truc/glm
[submodule "thirdparty/mini"]
path = thirdparty/mini
url = https://github.com/pulzed/mINI
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/cli11"]
path = thirdparty/cli11
url = https://github.com/CLIUtils/CLI11.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/nlohmann_json"]
path = thirdparty/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "thirdparty/magic_enum"]
path = thirdparty/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "thirdparty/fast_float"]
path = thirdparty/fast_float
url = https://github.com/fastfloat/fast_float.git
[submodule "thirdparty/mio"]
path = thirdparty/mio
url = https://github.com/mandreyel/mio
[submodule "thirdparty/sdl"]
path = thirdparty/sdl
url = https://github.com/libsdl-org/SDL.git
[submodule "thirdparty/openal_soft"]
path = thirdparty/openal_soft
url = https://github.com/kcat/openal-soft.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git