-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.04 KB
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 "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest.git
[submodule "upstream/fmt"]
path = upstream/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "upstream/boost"]
path = upstream/boost
url = https://github.com/boostorg/boost.git
[submodule "upstream/thread_pool/thread-pool"]
path = upstream/thread_pool/thread-pool
url = https://github.com/bshoshany/thread-pool.git
[submodule "upstream/json"]
path = upstream/json
url = https://github.com/nlohmann/json.git
[submodule "upstream/cpp-httplib"]
path = upstream/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "upstream/hiredis"]
path = upstream/hiredis
url = https://github.com/redis/hiredis.git
[submodule "upstream/redis-plus-plus"]
path = upstream/redis-plus-plus
url = https://github.com/sewenew/redis-plus-plus.git
[submodule "upstream/libzmq"]
path = upstream/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "upstream/cppzmq"]
path = upstream/cppzmq
url = https://github.com/zeromq/cppzmq.git