From 5352e4ff03837052983b9ed4b704d1d1b305685e Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 12 Aug 2021 12:05:31 +0200 Subject: [PATCH] CMakeLists: link against sentry on windows --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a22180d..29b48c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,5 +122,6 @@ elseif (WIN32) ${LUA_LIBRARIES} ${OPENSSL_LIBRARIES} commandline - sioclient_tls) + sioclient_tls + sentry) endif ()