Reintroduce gitmodules

This commit is contained in:
Lion Kortlepel
2021-09-17 14:28:45 +02:00
parent fcbb188ee0
commit a07b5062de
5 changed files with 15 additions and 8 deletions

19
.gitmodules vendored
View File

@@ -1,18 +1,21 @@
[submodule "include/commandline"]
path = deps/commandline
url = https://github.com/lionkor/commandline
[submodule "asio"]
[submodule "deps/https:/github.com/chriskohlhoff/asio"]
path = deps/https:/github.com/chriskohlhoff/asio
url = https://github.com/lionkor/commandline
[submodule "deps/commandline"]
path = deps/commandline
url = https://github.com/lionkor/commandline
[submodule "deps/asio"]
path = deps/asio
url = https://github.com/chriskohlhoff/asio
[submodule "rapidjson"]
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "include/toml11"]
[submodule "deps/toml11"]
path = deps/toml11
url = https://github.com/ToruNiina/toml11
[submodule "deps/sentry-native"]
path = deps/sentry-native
url = https://github.com/getsentry/sentry-native
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2
path = deps/sol2
url = https://github.com/ThePhD/sol2