-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
36 lines (36 loc) · 1.25 KB
/
.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
31
32
33
34
35
36
[submodule "third-party/signalgp-lite"]
path = third-party/signalgp-lite
url = https://github.com/mmore500/signalgp-lite.git
shallow = true
[submodule "third-party/header-only-pca"]
path = third-party/header-only-pca
url = https://github.com/rodsan0/header-only-pca.git
shallow = true
[submodule "third-party/bats-core"]
path = third-party/bats-core
url = https://github.com/bats-core/bats-core.git
shallow = true
[submodule "third-party/PicoSHA2"]
path = third-party/PicoSHA2
url = https://github.com/okdshin/PicoSHA2.git
shallow = true
[submodule "third-party/backward-cpp"]
path = third-party/backward-cpp
url = https://github.com/bombela/backward-cpp.git
shallow = true
[submodule "third-party/magic_enum"]
path = third-party/magic_enum
url = https://github.com/Neargye/magic_enum.git
shallow = true
[submodule "third-party/header-only-gzstream"]
path = third-party/header-only-gzstream
url = https://github.com/mmore500/header-only-gzstream.git
shallow = true
[submodule "third-party/bxzstr"]
path = third-party/bxzstr
url = https://github.com/mmore500/bxzstr.git
shallow = true
[submodule "third-party/lazy-iterators"]
path = third-party/lazy-iterators
url = https://github.com/mmore500/lazy-iterators.git
shallow = true