forked from jinja2cpp/Jinja2Cpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
28 lines (28 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
26
27
28
[submodule "thirdparty/gtest"]
path = thirdparty/gtest
url = https://github.com/google/googletest.git
[submodule "thirdparty/boost"]
path = thirdparty/boost
url = https://github.com/Manu343726/boost-cmake.git
branch = master
[submodule "thirdparty/nonstd/expected-lite"]
path = thirdparty/nonstd/expected-lite
url = https://github.com/martinmoene/expected-lite.git
[submodule "thirdparty/nonstd/variant-lite"]
path = thirdparty/nonstd/variant-lite
url = https://github.com/martinmoene/variant-lite.git
[submodule "thirdparty/nonstd/optional-lite"]
path = thirdparty/nonstd/optional-lite
url = https://github.com/martinmoene/optional-lite.git
[submodule "thirdparty/nonstd/string-view-lite"]
path = thirdparty/nonstd/string-view-lite
url = https://github.com/martinmoene/string-view-lite.git
[submodule "thirdparty/fmtlib"]
path = thirdparty/fmtlib
url = https://github.com/fmtlib/fmt.git
[submodule "thirdparty/json/nlohmann"]
path = thirdparty/json/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "thirdparty/json/rapid"]
path = thirdparty/json/rapid
url = https://github.com/Tencent/rapidjson.git