diff --git a/.gitmodules b/.gitmodules index ad5d7dd67..c0e550e2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,22 +1,22 @@ [submodule "3rdparty/spdlog"] - url = https://github.com/gabime/spdlog - path = 3rdparty/spdlog + url = https://github.com/gabime/spdlog + path = 3rdparty/spdlog [submodule "3rdparty/cpp-httplib"] - url = https://github.com/yhirose/cpp-httplib - path = 3rdparty/cpp-httplib + url = https://github.com/yhirose/cpp-httplib + path = 3rdparty/cpp-httplib [submodule "3rdparty/cryptopp"] - url = https://github.com/weidai11/cryptopp - path = 3rdparty/cryptopp + url = https://github.com/weidai11/cryptopp + path = 3rdparty/cryptopp [submodule "3rdparty/cryptopp-cmake"] - url = https://github.com/abdes/cryptopp-cmake - path = 3rdparty/cryptopp-cmake + url = https://github.com/abdes/cryptopp-cmake + path = 3rdparty/cryptopp-cmake [submodule "3rdparty/cxxopts"] - url = https://github.com/jarro2783/cxxopts - path = 3rdparty/cxxopts + url = https://github.com/jarro2783/cxxopts + path = 3rdparty/cxxopts [submodule "3rdparty/jsoncpp"] - url = https://github.com/open-source-parsers/jsoncpp - path = 3rdparty/jsoncpp + url = https://github.com/open-source-parsers/jsoncpp + path = 3rdparty/jsoncpp [submodule "3rdparty/pybind11"] - url = https://github.com/pybind/pybind11 - path = 3rdparty/pybind11 - branch = v2.13 \ No newline at end of file + url = https://github.com/pybind/pybind11 + path = 3rdparty/pybind11 + branch = v2.13 diff --git a/3rdparty/cpp-httplib b/3rdparty/cpp-httplib new file mode 160000 index 000000000..3f44c80fd --- /dev/null +++ b/3rdparty/cpp-httplib @@ -0,0 +1 @@ +Subproject commit 3f44c80fd345e859d6f61b2dda566aa3329ce35e diff --git a/3rdparty/cryptopp b/3rdparty/cryptopp new file mode 160000 index 000000000..60f81a77e --- /dev/null +++ b/3rdparty/cryptopp @@ -0,0 +1 @@ +Subproject commit 60f81a77e0c9a0e7ffc1ca1bc438ddfa2e43b78e diff --git a/3rdparty/cryptopp-cmake b/3rdparty/cryptopp-cmake new file mode 160000 index 000000000..edb9a71be --- /dev/null +++ b/3rdparty/cryptopp-cmake @@ -0,0 +1 @@ +Subproject commit edb9a71bed2b663c996fded6a104714e05a113f9 diff --git a/3rdparty/cxxopts b/3rdparty/cxxopts new file mode 160000 index 000000000..80cb4520f --- /dev/null +++ b/3rdparty/cxxopts @@ -0,0 +1 @@ +Subproject commit 80cb4520f71df447e0a9ec626c03d578c38b435e diff --git a/3rdparty/jsoncpp b/3rdparty/jsoncpp new file mode 160000 index 000000000..ca98c9845 --- /dev/null +++ b/3rdparty/jsoncpp @@ -0,0 +1 @@ +Subproject commit ca98c98457b1163cca1f7d8db62827c115fec6d1 diff --git a/3rdparty/pybind11 b/3rdparty/pybind11 new file mode 160000 index 000000000..a2e59f0e7 --- /dev/null +++ b/3rdparty/pybind11 @@ -0,0 +1 @@ +Subproject commit a2e59f0e7065404b44dfe92a28aca47ba1378dc4 diff --git a/3rdparty/spdlog b/3rdparty/spdlog new file mode 160000 index 000000000..f1d748e5e --- /dev/null +++ b/3rdparty/spdlog @@ -0,0 +1 @@ +Subproject commit f1d748e5e3edfa4b1778edea003bac94781bc7b7