-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
27 lines (27 loc) · 956 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
26
27
[submodule "external/ramses"]
url = https://github.com/bmwcarit/ramses.git
path = external/ramses
[submodule "external/googletest"]
url = https://github.com/google/googletest.git
path = external/googletest
[submodule "external/google-benchmark"]
path = external/google-benchmark
url = https://github.com/google/benchmark.git
[submodule "external/fmt"]
url = https://github.com/fmtlib/fmt.git
path = external/fmt
[submodule "external/flatbuffers"]
path = external/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "external/lua"]
path = external/lua
url = https://github.com/lua/lua.git
[submodule "external/sol"]
path = external/sol
url = https://github.com/ThePhD/sol2.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/cli11"]
path = external/cli11
url = https://github.com/CLIUtils/CLI11.git