-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
21 lines (21 loc) · 866 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "dependencies/cmake_strict_defaults"]
path = dependencies/cmake_strict_defaults
url = https://github.com/davidstone/cmake_strict_defaults
[submodule "dependencies/Catch2"]
path = dependencies/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "dependencies/std_module"]
path = dependencies/std_module
url = https://github.com/davidstone/std_module.git
[submodule "dependencies/operators"]
path = dependencies/operators
url = https://github.com/davidstone/operators.git
[submodule "dependencies/numeric-traits"]
path = dependencies/numeric-traits
url = https://github.com/davidstone/numeric-traits.git
[submodule "dependencies/benchmark"]
path = dependencies/benchmark
url = https://github.com/google/benchmark.git
[submodule "dependencies/bounded"]
path = dependencies/bounded
url = https://github.com/davidstone/bounded-integer