forked from jinja2cpp/Jinja2Cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for installation issue from 1.3.1 release
Submodules commits taken from: jinja2cpp#250
- Loading branch information
Showing
9 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[submodule "thirdparty/gtest"] | ||
path = thirdparty/gtest | ||
url = https://github.com/google/googletest.git | ||
[submodule "thirdparty/boost"] | ||
path = thirdparty/boost | ||
url = https://github.com/boostorg/boost.git | ||
[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 | ||
[submodule "fmt"] | ||
path = fmt | ||
url = https://github.com/fmtlib/fmt.git |
Submodule expected-lite
added at
3634b0
Submodule optional-lite
added at
2605a4
Submodule string-view-lite
added at
6e5e51
Submodule variant-lite
added at
5015e8