forked from y-scope/clp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 1.12 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
[submodule "components/core/submodules/Catch2"]
path = components/core/submodules/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "components/core/submodules/date"]
path = components/core/submodules/date
url = https://github.com/HowardHinnant/date.git
[submodule "components/core/submodules/json"]
path = components/core/submodules/json
url = https://github.com/nlohmann/json.git
shallow = true
[submodule "components/core/submodules/yaml-cpp"]
path = components/core/submodules/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "components/core/submodules/log-surgeon"]
path = components/core/submodules/log-surgeon
url = https://github.com/y-scope/log-surgeon.git
[submodule "components/core/submodules/boost-outcome"]
path = components/core/submodules/boost-outcome
url = https://github.com/boostorg/outcome.git
[submodule "components/core/submodules/simdjson"]
path = components/core/submodules/simdjson
url = https://github.com/simdjson/simdjson.git
[submodule "components/core/submodules/abseil-cpp"]
path = components/core/submodules/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git