update cmakelists

This commit is contained in:
Lion Kortlepel
2021-09-17 14:21:20 +02:00
parent a0c47d9947
commit 7459779363
2 changed files with 5 additions and 10 deletions

8
.gitmodules vendored
View File

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

View File

@@ -1,10 +1,5 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
message(STATUS "You can find build instructions and a list of dependencies in the README at \ message(STATUS "You can find build instructions and a list of dependencies in the README at \
https://github.com/BeamMP/BeamMP-Server") https://github.com/BeamMP/BeamMP-Server")
@@ -33,7 +28,7 @@ if (MSVC)
set(SENTRY_BUILD_RUNTIMESTATIC ON) set(SENTRY_BUILD_RUNTIMESTATIC ON)
endif() endif()
set(SENTRY_BACKEND breakpad) set(SENTRY_BACKEND breakpad)
add_subdirectory("include/sentry-native") add_subdirectory("deps/sentry-native")
message(STATUS "Setting compiler flags") message(STATUS "Setting compiler flags")
if (WIN32) if (WIN32)