forked from fetchai/ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.16 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 "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/utfcpp"]
path = vendor/utfcpp
url = https://github.com/pbukva/utfcpp.git
[submodule "vendor/pybind11"]
path = vendor/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "vendor/openssl"]
path = vendor/openssl
url = https://github.com/janbar/openssl-cmake.git
[submodule "vendor/noisec"]
path = vendor/noisec
url = https://github.com/jinmannwong/noise-c.git