-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 913 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
[submodule "external/hermes"]
path = external/hermes
url = https://github.com/bsc-ssrg/hermes.git
[submodule "tests/scripts/bats"]
path = tests/scripts/bats
url = https://github.com/bats-core/bats-core.git
[submodule "tests/scripts/helpers/bats-assert"]
path = tests/scripts/helpers/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "tests/scripts/helpers/bats-support"]
path = tests/scripts/helpers/bats-support
url = https://github.com/bats-core/bats-support.git
[submodule "tests/scripts/helpers/bats-file"]
path = tests/scripts/helpers/bats-file
url = https://github.com/bats-core/bats-file.git
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/CLI11"]
path = external/CLI11
url = https://github.com/CLIUtils/CLI11.git