Kiwi/.gitmodules
2023-03-17 01:04:41 +09:00

26 lines
884 B
Text

[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