mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:39:26 +08:00
Fix: missing submodule files
This commit is contained in:
30
.gitmodules
vendored
30
.gitmodules
vendored
@@ -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
|
||||
url = https://github.com/pybind/pybind11
|
||||
path = 3rdparty/pybind11
|
||||
branch = v2.13
|
||||
|
||||
Reference in New Issue
Block a user