mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 22:23:03 +00:00
CMakeLists: link against sentry on windows
This commit is contained in:
+2
-1
@@ -122,5 +122,6 @@ elseif (WIN32)
|
|||||||
${LUA_LIBRARIES}
|
${LUA_LIBRARIES}
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_LIBRARIES}
|
||||||
commandline
|
commandline
|
||||||
sioclient_tls)
|
sioclient_tls
|
||||||
|
sentry)
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user