lokinet/.gitmodules

27 lines
859 B
Plaintext
Raw Normal View History

[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-17 13:24:57 +00:00
[submodule "test/Catch2"]
path = test/Catch2
url = https://github.com/catchorg/Catch2
[submodule "external/date"]
path = external/date
url = https://github.com/HowardHinnant/date.git
2020-02-26 21:47:03 +00:00
[submodule "external/pybind11"]
path = external/pybind11
url = https://github.com/pybind/pybind11
2020-02-27 19:51:30 +00:00
branch = stable
[submodule "external/clang-format-hooks"]
path = external/clang-format-hooks
url = https://github.com/barisione/clang-format-hooks/
[submodule "external/libuv"]
path = external/libuv
url = https://github.com/libuv/libuv
branch = v1.x