-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
28 lines (28 loc) · 966 Bytes
/
.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
25
26
27
28
[submodule "extern/flatbuffers"]
path = extern/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "extern/MOTION"]
path = extern/MOTION
url = https://github.com/encryptogroup/MOTION.git
[submodule "extern/MP-SPDZ"]
path = extern/MP-SPDZ
url = https://github.com/data61/MP-SPDZ.git
[submodule "extern/spdlog"]
path = extern/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "extern/benchmark"]
path = extern/benchmark
url = https://github.com/google/benchmark.git
[submodule "extern/DistGraph"]
path = extern/DistGraph
url = https://github.com/MoritzHuppert/DistGraph.git
[submodule "extern/glasgow-subgraph-solver"]
path = extern/glasgow-subgraph-solver
url = https://github.com/ciaranm/glasgow-subgraph-solver
[submodule "extern/gzip-hpp"]
path = extern/gzip-hpp
url = https://github.com/alphamarket/gzip-hpp.git
[submodule "extern/HyCC"]
path = extern/HyCC
url = https://gitlab.com/norakh/HyCC.git
branch = master