mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-17 18:20:53 +00:00
CMakeLists: attempt to use curl on windows instead of winhttp for sentry transport
This commit is contained in:
@@ -9,6 +9,7 @@ project(BeamMP-Server
|
|||||||
HOMEPAGE_URL https://beammp.com
|
HOMEPAGE_URL https://beammp.com
|
||||||
LANGUAGES CXX C)
|
LANGUAGES CXX C)
|
||||||
|
|
||||||
|
set(SENTRY_TRANSPORT "curl")
|
||||||
include_directories("include/sentry-native/include")
|
include_directories("include/sentry-native/include")
|
||||||
add_subdirectory("include/sentry-native")
|
add_subdirectory("include/sentry-native")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user