-
Notifications
You must be signed in to change notification settings - Fork 203
/
.gitmodules
30 lines (30 loc) · 1.11 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
[submodule "nbre/3rd_party/googletest"]
path = nbre/3rd_party/googletest
url = https://github.com/google/googletest.git
[submodule "nbre/3rd_party/glog"]
path = nbre/3rd_party/glog
url = https://github.com/google/glog.git
[submodule "nbre/3rd_party/rocksdb"]
path = nbre/3rd_party/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "nbre/3rd_party/snappy"]
path = nbre/3rd_party/snappy
url = https://github.com/google/snappy.git
[submodule "nbre/3rd_party/zlib"]
path = nbre/3rd_party/zlib
url = https://github.com/madler/zlib.git
[submodule "nbre/3rd_party/bzip2-1.0.6"]
path = nbre/3rd_party/bzip2-1.0.6
url = https://github.com/enthought/bzip2-1.0.6.git
[submodule "nbre/3rd_party/lz4"]
path = nbre/3rd_party/lz4
url = https://github.com/lz4/lz4.git
[submodule "nbre/3rd_party/protobuf"]
path = nbre/3rd_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "nbre/3rd_party/zstd"]
path = nbre/3rd_party/zstd
url = https://github.com/facebook/zstd.git
[submodule "nbre/3rd_party/gperftools"]
path = nbre/3rd_party/gperftools
url = https://github.com/gperftools/gperftools.git