mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Reintroduce gitmodules
This commit is contained in:
19
.gitmodules
vendored
19
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user