-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitmodules
24 lines (24 loc) · 1.07 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
[submodule "src/third_party/libcxxabi/exported"]
path = src/third_party/libcxxabi/exported
url = https://github.com/llvm-mirror/libcxxabi.git
[submodule "src/third_party/libcxx/exported"]
path = src/third_party/libcxx/exported
url = https://github.com/llvm-mirror/libcxx.git
[submodule "src/third_party/libunwind/exported"]
path = src/third_party/libunwind/exported
url = https://github.com/abyss7/libunwind.git
[submodule "src/third_party/snappy/exported"]
path = src/third_party/snappy/exported
url = https://github.com/google/snappy.git
[submodule "src/third_party/gperftools/exported"]
path = src/third_party/gperftools/exported
url = https://github.com/gperftools/gperftools.git
[submodule "src/third_party/leveldb/exported"]
path = src/third_party/leveldb/exported
url = https://github.com/google/leveldb.git
[submodule "src/third_party/protobuf/exported"]
path = src/third_party/protobuf/exported
url = https://github.com/abyss7/protobuf.git
[submodule "src/third_party/gflags/exported"]
path = src/third_party/gflags/exported
url = https://github.com/gflags/gflags.git