1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[submodule "ext/pybind11"]
path = ext/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "cmake/hpc-coding-conventions"]
path = cmake/hpc-coding-conventions
url = https://github.com/BlueBrain/hpc-coding-conventions.git
[submodule "ext/cli11"]
path = ext/cli11
url = https://github.com/CLIUtils/CLI11.git
[submodule "ext/spdlog"]
path = ext/spdlog
url = https://github.com/gabime/spdlog
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "ext/eigen"]
path = ext/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "ext/json"]
path = ext/json
url = https://github.com/nlohmann/json.git
[submodule "ext/catch2"]
path = ext/catch2
url = https://github.com/catchorg/Catch2.git
|