|
| 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 |
0 commit comments