forked from fetchai/ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 876 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 876 Bytes
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
[submodule "vendor/asio"]
path = vendor/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest.git
[submodule "vendor/benchmark"]
path = vendor/benchmark
url = https://github.com/ejfitzgerald/benchmark.git
[submodule "vendor/mio"]
path = vendor/mio
url = https://github.com/mandreyel/mio.git
[submodule "vendor/msgpack"]
path = vendor/msgpack
url = https://github.com/msgpack/msgpack-c.git
[submodule "vendor/backward-cpp"]
path = vendor/backward-cpp
url = https://github.com/n-hutton/backward-cpp.git
[submodule "vendor/spdlog"]
path = vendor/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "vendor/mcl"]
path = vendor/mcl
url = https://github.com/herumi/mcl.git
[submodule "vendor/bls"]
path = vendor/bls
url = https://github.com/herumi/bls.git