Skip to content

Commit 98a69ee

Browse files
committed
Workaround for installation issue from 1.3.1 release
Submodules commits taken from: jinja2cpp#250
1 parent 9ae7e1f commit 98a69ee

File tree

9 files changed

+38
-0
lines changed

9 files changed

+38
-0
lines changed

.gitmodules

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[submodule "thirdparty/gtest"]
2+
path = thirdparty/gtest
3+
url = https://github.com/google/googletest.git
4+
[submodule "thirdparty/boost"]
5+
path = thirdparty/boost
6+
url = https://github.com/boostorg/boost.git
7+
[submodule "thirdparty/nonstd/expected-lite"]
8+
path = thirdparty/nonstd/expected-lite
9+
url = https://github.com/martinmoene/expected-lite.git
10+
[submodule "thirdparty/nonstd/variant-lite"]
11+
path = thirdparty/nonstd/variant-lite
12+
url = https://github.com/martinmoene/variant-lite.git
13+
[submodule "thirdparty/nonstd/optional-lite"]
14+
path = thirdparty/nonstd/optional-lite
15+
url = https://github.com/martinmoene/optional-lite.git
16+
[submodule "thirdparty/nonstd/string-view-lite"]
17+
path = thirdparty/nonstd/string-view-lite
18+
url = https://github.com/martinmoene/string-view-lite.git
19+
[submodule "thirdparty/fmtlib"]
20+
path = thirdparty/fmtlib
21+
url = https://github.com/fmtlib/fmt.git
22+
[submodule "thirdparty/json/nlohmann"]
23+
path = thirdparty/json/nlohmann
24+
url = https://github.com/nlohmann/json.git
25+
[submodule "thirdparty/json/rapid"]
26+
path = thirdparty/json/rapid
27+
url = https://github.com/Tencent/rapidjson.git
28+
[submodule "fmt"]
29+
path = fmt
30+
url = https://github.com/fmtlib/fmt.git

thirdparty/boost

Submodule boost added at 112dc72

thirdparty/fmtlib

Submodule fmtlib added at e69e5f9

thirdparty/json/nlohmann

Submodule nlohmann added at 8c391e0

thirdparty/json/rapid

Submodule rapid added at 973dc9c

thirdparty/nonstd/expected-lite

Submodule expected-lite added at 3634b0a

thirdparty/nonstd/optional-lite

Submodule optional-lite added at 2605a4b

thirdparty/nonstd/string-view-lite

Submodule string-view-lite added at 6e5e519

thirdparty/nonstd/variant-lite

Submodule variant-lite added at 5015e84

0 commit comments

Comments
 (0)