-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
27 lines (27 loc) · 994 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
[submodule "benchmark"]
path = dependencies/benchmark
url = https://github.com/google/benchmark.git
[submodule "bounded-integer"]
path = dependencies/bounded-integer
url = https://github.com/davidstone/bounded-integer
[submodule "Catch2"]
path = dependencies/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "cmake_strict_defaults"]
path = dependencies/cmake_strict_defaults
url = https://github.com/davidstone/cmake_strict_defaults
[submodule "json"]
path = dependencies/json
url = https://github.com/nlohmann/json.git
[submodule "numeric-traits"]
path = dependencies/numeric-traits
url = https://github.com/davidstone/numeric-traits
[submodule "operators"]
path = dependencies/operators
url = https://github.com/davidstone/operators
[submodule "concurrent"]
path = dependencies/concurrent
url = https://github.com/davidstone/concurrent.git
[submodule "dependencies/std_module"]
path = dependencies/std_module
url = https://github.com/davidstone/std_module.git