-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
48 lines (48 loc) · 1.66 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/Optional"]
path = external/Optional
url = https://github.com/akrzemi1/Optional.git
[submodule "external/simpleini"]
path = external/simpleini
url = https://github.com/brofield/simpleini.git
[submodule "external/CTPL"]
path = external/CTPL
url = https://github.com/vit-vit/CTPL.git
[submodule "external/asio"]
path = external/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "external/Catch2"]
path = external/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "external/cxxopts"]
path = external/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/easyloggingpp"]
path = external/easyloggingpp
url = https://github.com/zuhd-org/easyloggingpp.git
[submodule "external/cppcodec"]
path = external/cppcodec
url = https://github.com/tplgy/cppcodec.git
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git
[submodule "external/sole"]
path = external/sole
url = https://github.com/r-lyeh-archived/sole.git
[submodule "external/msgpack-c"]
path = external/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "external/UniversalStacktrace"]
path = external/UniversalStacktrace
url = https://github.com/MisterTea/UniversalStacktrace.git
[submodule "external/sanitizers-cmake"]
path = external/sanitizers-cmake
url = git://github.com/arsenm/sanitizers-cmake.git
[submodule "external/cotire"]
path = external/cotire
url = https://github.com/sakra/cotire.git
[submodule "external/fswatch"]
path = external/fswatch
url = https://github.com/emcrisostomo/fswatch.git