-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
.gitmodules
48 lines (48 loc) · 1.73 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
40
41
42
43
44
45
46
47
48
[submodule "external/cxxopts"]
path = external/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "external/Catch2"]
path = external/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "external/msgpack-c"]
path = external/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "external/ThreadPool"]
path = external/ThreadPool
url = https://github.com/progschj/ThreadPool.git
[submodule "external/easyloggingpp"]
path = external/easyloggingpp
url = https://github.com/MisterTea/easyloggingpp.git
[submodule "external/sanitizers-cmake"]
path = external/sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake.git
[submodule "external/cotire"]
path = external/cotire
url = https://github.com/sakra/cotire.git
[submodule "external/UniversalStacktrace"]
path = external/UniversalStacktrace
url = https://github.com/MisterTea/UniversalStacktrace.git
[submodule "external/vcpkg"]
path = external/vcpkg
url = https://github.com/microsoft/vcpkg.git
[submodule "external/sentry-native"]
path = external/sentry-native
url = https://github.com/getsentry/sentry-native.git
[submodule "external/cpp-httplib"]
path = external/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "external/PlatformFolders"]
path = external/PlatformFolders
url = https://github.com/sago007/PlatformFolders.git
[submodule "external/sole"]
path = external/sole
url = https://github.com/r-lyeh-archived/sole.git
[submodule "external/simpleini"]
path = external/simpleini
url = https://github.com/brofield/simpleini.git
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git
[submodule "external/base64"]
path = external/base64
url = https://github.com/tkislan/base64.git