Sentry: report any issue with backend.beammp or auth.beammp responses

This commit is contained in:
Lion Kortlepel
2021-08-08 21:01:56 +02:00
committed by Lion
parent e6c97de3c4
commit 5684134894
5 changed files with 32 additions and 2 deletions
+2
View File
@@ -84,7 +84,9 @@ if (UNIX)
elseif (WIN32)
add_definitions(/DSECRET_SENTRY_URL="${BEAMMP_SECRET_SENTRY_URL}")
include(FindLua)
message(STATUS "Looking for libz")
find_package(ZLIB REQUIRED)
message(STATUS "Looking for RapidJSON")
find_package(RapidJSON CONFIG REQUIRED)
target_include_directories(BeamMP-Server PRIVATE ${RAPIDJSON_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
target_link_libraries(BeamMP-Server PRIVATE ws2_32 ZLIB::ZLIB ${LUA_LIBRARIES} ${OPENSSL_LIBRARIES} commandline sioclient_tls)