-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
28 lines (28 loc) · 1.11 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
[submodule "thirdparty/Jinja2Cpp"]
path = thirdparty/Jinja2Cpp
url = https://github.com/jinja2cpp/Jinja2Cpp.git
branch = cmake_deps_mode
[submodule "thirdparty/expected-lite"]
path = thirdparty/expected-lite
url = https://github.com/martinmoene/expected-lite.git
[submodule "thirdparty/optional-lite"]
path = thirdparty/optional-lite
url = https://github.com/martinmoene/optional-lite.git
[submodule "thirdparty/variant-lite"]
path = thirdparty/variant-lite
url = https://github.com/martinmoene/variant-lite.git
[submodule "thirdparty/value-ptr-lite"]
path = thirdparty/value-ptr-lite
url = https://github.com/martinmoene/value-ptr-lite.git
[submodule "thirdparty/string-view-lite"]
path = thirdparty/string-view-lite
url = https://github.com/martinmoene/string-view-lite.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/robin-hood-hashing"]
path = thirdparty/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git