-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.gitmodules
36 lines (36 loc) · 1.09 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
[submodule "3rdparty/curl"]
path = 3rdparty/curl
url = https://github.com/curl/curl.git
[submodule "3rdparty/libxml2"]
path = 3rdparty/libxml2
url = https://github.com/GNOME/libxml2.git
[submodule "3rdparty/json-c"]
path = 3rdparty/json-c
url = https://github.com/json-c/json-c.git
[submodule "3rdparty/PDCurses"]
path = 3rdparty/PDCurses
url = https://github.com/Bill-Gray/PDCurses.git
[submodule "3rdparty/pcre2"]
path = 3rdparty/pcre2
url = https://github.com/PhilipHazel/pcre2.git
[submodule "3rdparty/llvm-project"]
path = 3rdparty/llvm-project
url = https://github.com/llvm/llvm-project.git
[submodule "3rdparty/mingw-w64"]
path = 3rdparty/mingw-w64
url = git://git.code.sf.net/p/mingw-w64/mingw-w64
[submodule "3rdparty/zlib-ng"]
path = 3rdparty/zlib-ng
url = https://github.com/zlib-ng/zlib-ng.git
[submodule "3rdparty/openssl"]
path = 3rdparty/openssl
url = ../openssl.git
[submodule "clamav"]
path = clamav
url = ../clamav.git
[submodule "3rdparty/zlib"]
path = 3rdparty/zlib
url = https://github.com/madler/zlib.git
[submodule "3rdparty/unrar"]
path = 3rdparty/unrar
url = ../unrar