-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.gitmodules
27 lines (27 loc) · 981 Bytes
/
.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
[submodule "third-party/googletest"]
path = third-party/googletest
url = https://github.com/google/googletest.git
[submodule "third-party/berkeleydb"]
path = third-party/berkeleydb
url = https://github.com/CREDITSCOM/berkeleydb.git
[submodule "third-party/thrift-interface-definitions"]
path = third-party/thrift-interface-definitions
url = https://github.com/CREDITSCOM/thrift-interface-definitions.git
[submodule "third-party/thrift"]
path = third-party/thrift
url = https://github.com/CREDITSCOM/thrift.git
[submodule "cscrypto"]
path = cscrypto
url = https://github.com/CREDITSCOM/cscrypto.git
[submodule "third-party/lmdb"]
path = third-party/lmdb
url = https://github.com/LMDB/lmdb
[submodule "third-party/lmdbxx"]
path = third-party/lmdbxx
url = https://github.com/drycpp/lmdbxx.git
[submodule "third-party/nameof"]
path = third-party/nameof
url = https://github.com/Neargye/nameof.git
[submodule "p2p"]
path = p2p
url = https://github.com/SychevS/p2p.git