2020-02-13 17:42:16 +00:00
|
|
|
[submodule "external/nlohmann"]
|
|
|
|
path = external/nlohmann
|
|
|
|
url = https://github.com/nlohmann/json.git
|
|
|
|
[submodule "external/googletest"]
|
|
|
|
path = external/googletest
|
|
|
|
url = https://github.com/google/googletest.git
|
2020-02-13 19:18:17 +00:00
|
|
|
[submodule "external/cxxopts"]
|
|
|
|
path = external/cxxopts
|
|
|
|
url = https://github.com/jarro2783/cxxopts.git
|
2020-02-13 19:39:34 +00:00
|
|
|
[submodule "external/ghc-filesystem"]
|
|
|
|
path = external/ghc-filesystem
|
|
|
|
url = https://github.com/gulrak/filesystem.git
|
2020-02-17 13:24:57 +00:00
|
|
|
[submodule "test/Catch2"]
|
|
|
|
path = test/Catch2
|
|
|
|
url = https://github.com/catchorg/Catch2
|
2020-02-19 21:58:01 +00:00
|
|
|
[submodule "external/optional-lite"]
|
|
|
|
path = external/optional-lite
|
|
|
|
url = https://github.com/martinmoene/optional-lite.git
|
2020-02-22 23:01:36 +00:00
|
|
|
[submodule "external/date"]
|
|
|
|
path = external/date
|
|
|
|
url = https://github.com/HowardHinnant/date.git
|