Skip to content

Commit

Permalink
Workaround for installation issue from 1.3.1 release
Browse files Browse the repository at this point in the history
Submodules commits taken from:
jinja2cpp#250
  • Loading branch information
atobiszei committed May 28, 2024
1 parent 9ae7e1f commit 98a69ee
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions thirdparty/boost
Submodule boost added at 112dc7
1 change: 1 addition & 0 deletions thirdparty/fmtlib
Submodule fmtlib added at e69e5f
1 change: 1 addition & 0 deletions thirdparty/json/nlohmann
Submodule nlohmann added at 8c391e
1 change: 1 addition & 0 deletions thirdparty/json/rapid
Submodule rapid added at 973dc9
1 change: 1 addition & 0 deletions thirdparty/nonstd/expected-lite
Submodule expected-lite added at 3634b0
1 change: 1 addition & 0 deletions thirdparty/nonstd/optional-lite
Submodule optional-lite added at 2605a4
1 change: 1 addition & 0 deletions thirdparty/nonstd/string-view-lite
Submodule string-view-lite added at 6e5e51
1 change: 1 addition & 0 deletions thirdparty/nonstd/variant-lite
Submodule variant-lite added at 5015e8

0 comments on commit 98a69ee

Please sign in to comment.