forked from Martians/3rd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 945 Bytes
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 945 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
28
29
30
31
32
33
[submodule "gflags"]
path = gflags
url = https://github.com/gflags/gflags.git
[submodule "glog"]
path = glog
url = https://github.com/google/glog
[submodule "googletest"]
path = googletest
url = https://github.com/google/googletest.git
[submodule "protobuf"]
path = protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "jemalloc"]
path = jemalloc
url = https://github.com/jemalloc/jemalloc.git
[submodule "folly"]
path = folly
url = https://github.com/facebook/folly.git
[submodule "brpc"]
path = brpc
url = https://github.com/apache/incubator-brpc.git
[submodule "leveldb"]
path = leveldb
url = https://github.com/google/leveldb.git
[submodule "snappy"]
path = snappy
url = https://github.com/google/snappy.git
[submodule "gperftools"]
path = gperftools
url = https://github.com/gperftools/gperftools.git
[submodule "FlameGraph"]
path = FlameGraph
url = https://github.com/brendangregg/FlameGraph.git