From 3d13381abd007b3466516b47de46c0d7679e028d Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 12 Aug 2021 12:15:17 +0200 Subject: [PATCH] CMakeLists: build sentry static --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29b48c3..1d6a098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ project(BeamMP-Server set(SENTRY_TRANSPORT "curl") include_directories("include/sentry-native/include") +set(SENTRY_BUILD_SHARED_LIBS OFF) add_subdirectory("include/sentry-native") message(STATUS "Setting compiler flags")