From 74597793635808c7391e4ecd630939cb6b60e480 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 17 Sep 2021 14:21:20 +0200 Subject: [PATCH] update cmakelists --- .gitmodules | 8 ++++---- CMakeLists.txt | 7 +------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 489e67d..fa52218 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,13 +1,13 @@ -[submodule "deps/commandline"] +[submodule "commandline"] path = deps/commandline url = https://github.com/lionkor/commandline -[submodule "deps/asio"] +[submodule "asio"] path = deps/asio url = https://github.com/chriskohlhoff/asio -[submodule "deps/rapidjson"] +[submodule "rapidjson"] path = deps/rapidjson url = https://github.com/Tencent/rapidjson -[submodule "deps/toml11"] +[submodule "include/toml11"] path = deps/toml11 url = https://github.com/ToruNiina/toml11 [submodule "deps/sentry-native"] diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b72c1b..5e9883e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,5 @@ cmake_minimum_required(VERSION 3.0) - - - - - message(STATUS "You can find build instructions and a list of dependencies in the README at \ https://github.com/BeamMP/BeamMP-Server") @@ -33,7 +28,7 @@ if (MSVC) set(SENTRY_BUILD_RUNTIMESTATIC ON) endif() set(SENTRY_BACKEND breakpad) -add_subdirectory("include/sentry-native") +add_subdirectory("deps/sentry-native") message(STATUS "Setting compiler flags") if (WIN32)