-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
49 lines (48 loc) · 1.42 KB
/
.gitmodules
File metadata and controls
49 lines (48 loc) · 1.42 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[submodule "third_party/boost"]
path = third_party/boost
url = https://github.com/boostorg/boost.git
ignore = dirty
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
ignore = dirty
[submodule "third_party/goincpp"]
path = third_party/goincpp
url = https://github.com/zegang/goincpp.git
ignore = dirty
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://github.com/grpc/grpc.git
ignore = dirty
[submodule "third_party/rocksdb"]
path = third_party/rocksdb
url = https://github.com/facebook/rocksdb.git
ignore = dirty
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
ignore = dirty
[submodule "third_party/minio-cpp"]
path = third_party/minio-cpp
url = https://github.com/minio/minio-cpp.git
ignore = dirty
[submodule "third_party/vcpkg"]
path = third_party/vcpkg
url = https://github.com/microsoft/vcpkg.git
ignore = dirty
[submodule "third_party/aws-sdk-cpp"]
path = third_party/aws-sdk-cpp
url = https://github.com/aws/aws-sdk-cpp.git
ignore = dirty
[submodule "third_party/cmake"]
path = third_party/cmake
url = https://github.com/Kitware/CMake.git
ignore = dirty
[submodule "third_party/nuraft"]
path = third_party/nuraft
url = https://github.com/eBay/NuRaft.git
ignore = dirty
[submodule "third_party/inja"]
path = third_party/inja
url = https://github.com/pantor/inja.git
ignore = dirty