-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 854 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 854 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
[submodule "third_party/re2"]
path = third_party/re2
url = https://github.com/google/re2
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "third_party/capstone"]
path = third_party/capstone
url = https://github.com/aquynh/capstone.git
[submodule "third_party/demumble"]
path = third_party/demumble
url = https://github.com/nico/demumble.git
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "third_party/zstd"]
path = third_party/zstd
url = https://github.com/facebook/zstd.git