forked from alibaba/graph-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
22 lines (22 loc) · 798 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "third_party/pybind11/pybind11"]
path = third_party/pybind11/pybind11
url = https://github.com/pybind/pybind11.git
branch = v2.4
[submodule "third_party/protobuf/protobuf"]
path = third_party/protobuf/protobuf
url = https://github.com/protocolbuffers/protobuf.git
branch = 3.10.x
[submodule "third_party/googletest/googletest"]
path = third_party/googletest/googletest
url = https://github.com/google/googletest.git
branch = v1.8.x
[submodule "third_party/glog/glog"]
path = third_party/glog/glog
url = https://github.com/google/glog.git
[submodule "third_party/grpc/grpc"]
path = third_party/grpc/grpc
url = https://github.com/grpc/grpc.git
branch = v1.26.x
[submodule "third_party/gflags/gflags"]
path = third_party/gflags/gflags
url = https://github.com/gflags/gflags