forked from bmwcarit/ramses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 998 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
28
29
30
[submodule "external/harfbuzz"]
url = https://github.com/harfbuzz/harfbuzz.git
path = external/harfbuzz
[submodule "external/googletest"]
url = https://github.com/google/googletest.git
path = external/googletest
[submodule "external/glslang"]
url = https://github.com/KhronosGroup/glslang.git
path = external/glslang
[submodule "external/freetype"]
url = https://github.com/freetype/freetype.git
path = external/freetype
[submodule "external/asio"]
url = https://github.com/chriskohlhoff/asio.git
path = external/asio
[submodule "external/lz4"]
url = https://github.com/lz4/lz4.git
path = external/lz4
[submodule "external/fmt"]
url = https://github.com/fmtlib/fmt.git
path = external/fmt
[submodule "external/abseil"]
url = https://github.com/abseil/abseil-cpp.git
path = external/abseil
[submodule "external/imgui"]
url = https://github.com/ocornut/imgui.git
path = external/imgui
[submodule "external/cli11"]
url = https://github.com/CLIUtils/CLI11.git
path = external/cli11