forked from Warzone2100/warzone2100
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.3 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
[submodule "3rdparty/utf8proc"]
path = 3rdparty/utf8proc
url = https://github.com/JuliaStrings/utf8proc.git
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/miniupnp"]
path = 3rdparty/miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "3rdparty/utfcpp"]
path = 3rdparty/utfcpp
url = https://github.com/nemtrif/utfcpp.git
[submodule "3rdparty/launchinfo"]
path = 3rdparty/launchinfo
url = https://github.com/past-due/launchinfo.git
[submodule "3rdparty/re2"]
path = 3rdparty/re2
url = https://github.com/google/re2.git
[submodule "3rdparty/EmbeddedJSONSignature"]
path = 3rdparty/EmbeddedJSONSignature
url = https://github.com/past-due/EmbeddedJSONSignature.git
[submodule "3rdparty/date"]
path = 3rdparty/date
url = https://github.com/HowardHinnant/date.git
[submodule "data/base/texpages"]
path = data/base/texpages
url = https://github.com/Warzone2100/data-texpages.git
shallow = true
[submodule "data/music"]
path = data/music
url = https://github.com/Warzone2100/data-music.git
shallow = true
[submodule "3rdparty/discord-rpc"]
path = 3rdparty/discord-rpc
url = https://github.com/past-due/discord-rpc.git
shallow = true
[submodule "3rdparty/SQLiteCpp"]
path = 3rdparty/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git