forked from bmwcarit/ramses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 911 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/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://git.sv.nongnu.org/r/freetype/freetype2.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