-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitmodules
30 lines (30 loc) · 1002 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 "build"]
path = depends/build
url = https://github.com/djp952/build.git
[submodule "http-status-codes-cpp"]
path = depends/http-status-codes-cpp
url = https://github.com/j-ulrich/http-status-codes-cpp.git
[submodule "libcurl"]
path = depends/libcurl
url = https://github.com/djp952/prebuilt-libcurl
[submodule "libhdhomerun"]
path = depends/libhdhomerun
url = https://github.com/silicondust/libhdhomerun.git
[submodule "libxml2"]
path = depends/libxml2
url = https://github.com/djp952/prebuilt-libxml2.git
[submodule "libwolfssl"]
path = depends/libwolfssl
url = https://github.com/djp952/prebuilt-libwolfssl.git
[submodule "libz"]
path = depends/libz
url = https://github.com/djp952/prebuilt-libz.git
[submodule "rapidjson"]
path = depends/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "sqlite"]
path = depends/sqlite
url = https://github.com/djp952/external-sqlite.git
[submodule "xbmc"]
path = depends/xbmc
url = https://github.com/xbmc/xbmc.git