-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
24 lines (24 loc) · 795 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 "json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "cpputest"]
path = third_party/cpputest
url = https://github.com/cpputest/cpputest.git
[submodule "fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "CLI11"]
path = third_party/CLI11
url = https://github.com/CLIUtils/CLI11.git
[submodule "taskflow"]
path = third_party/taskflow
url = https://github.com/taskflow/taskflow.git
[submodule "tiny-process-library"]
path = third_party/tiny-process-library
url = https://gitlab.com/eidheim/tiny-process-library.git
[submodule "optional"]
path = third_party/tl_optional
url = https://github.com/TartanLlama/optional.git