-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitmodules
36 lines (36 loc) · 1.08 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 "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/range-v3"]
path = libs/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "libs/catch"]
path = libs/catch
url = https://github.com/philsquared/Catch.git
[submodule "libs/cpr"]
path = libs/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "libs/json"]
path = libs/json
url = https://github.com/nlohmann/json.git
[submodule "libs/boost"]
path = libs/boost
url = https://github.com/boostorg/boost.git
[submodule "libs/cryptlite"]
path = libs/cryptlite
url = https://github.com/lyokato/cpp-cryptlite.git
[submodule "libs/openssl"]
path = libs/openssl
url = https://github.com/openssl/openssl.git
[submodule "libs/beast"]
path = libs/beast
url = https://github.com/boostorg/beast.git
[submodule "libs/spdlog"]
path = libs/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libs/fp"]
path = libs/fp
url = https://github.com/zjhmale/functional-cpp.git
[submodule "libs/derivejson"]
path = libs/derivejson
url = https://github.com/zjhmale/derive-json-cpp.git