forked from jinja2cpp/Jinja2Cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
19 lines (19 loc) · 826 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[submodule "thirdparty/gtest"]
path = thirdparty/gtest
url = https://github.com/google/googletest.git
[submodule "thirdparty/nonstd/value-ptr-lite"]
path = thirdparty/nonstd/value-ptr-lite
url = https://github.com/martinmoene/value-ptr-lite.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