-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 793 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/MegEngine"]
path = third_party/MegEngine
url = https://github.com/MegEngine/MegEngine.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/flatcc"]
path = third_party/flatcc
url = https://github.com/dvidelabs/flatcc.git
[submodule "third_party/llvm-project"]
path = third_party/llvm-project
url = https://github.com/llvm/llvm-project.git
[submodule "third_party/onnx"]
path = third_party/onnx
url = https://github.com/onnx/onnx.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git