-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
.gitmodules
26 lines (26 loc) · 884 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
[submodule "third_party/tclap"]
path = third_party/tclap
url = https://github.com/mirror/tclap
[submodule "third_party/mimalloc"]
path = third_party/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "third_party/cpp-btree"]
path = third_party/cpp-btree
url = https://github.com/bab2min/cpp-btree
branch = improve-mscv-compatibility
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
branch = master
[submodule "third_party/cpuinfo"]
path = third_party/cpuinfo
url = https://github.com/pytorch/cpuinfo
[submodule "third_party/variant"]
path = third_party/variant
url = https://github.com/mapbox/variant
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://gitlab.com/libeigen/eigen
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json