-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitmodules
30 lines (30 loc) · 951 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
29
30
[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
[submodule "ext/backward"]
path = ext/backward
url = https://github.com/bombela/backward-cpp.git
[submodule "ext/dlfcn-win32"]
path = ext/dlfcn-win32
url = https://github.com/dlfcn-win32/dlfcn-win32