-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
30 lines (30 loc) · 1.12 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
[submodule "libs/Detours"]
path = dgamexwrapper/libs/Detours
url = https://github.com/Microsoft/Detours.git
[submodule "libs/wolfSSL"]
path = dgamexwrapper/libs/wolfSSL
url = https://github.com/wolfSSL/wolfssl.git
[submodule "libs/SQLiteCpp"]
path = dgamexwrapper/libs/SQLiteCpp
url = https://github.com/SRombauts/SQLiteCpp.git
[submodule "libs/curl"]
path = dgamexwrapper/libs/curl
url = https://github.com/curl/curl.git
[submodule "libs/civetweb"]
path = dgamexwrapper/libs/civetweb
url = https://github.com/civetweb/civetweb.git
[submodule "libs/nlohmann-json"]
path = dgamexwrapper/libs/nlohmann-json
url = https://github.com/nlohmann/json.git
[submodule "libs/curlpp"]
path = dgamexwrapper/libs/curlpp
url = https://github.com/jpbarrette/curlpp.git
[submodule "dgamexwrapper/libs/RebornSecurityHeaders"]
path = dgamexwrapper/libs/RebornSecurityHeaders
url = https://github.com/mohabhassan/RebornSecurityHeaders.git
[submodule "tests/libs/mohpc"]
path = tests/libs/mohpc
url = https://github.com/mohabhassan/mohpc.git
[submodule "tests/libs/morfuse"]
path = tests/libs/morfuse
url = https://github.com/morfuse/morfuse.git