Run tests in debug config on Windows

This commit is contained in:
SChernykh
2022-09-14 18:05:28 +02:00
parent b81f1c4975
commit 3022588e35
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -121,6 +121,8 @@ if (CMAKE_CXX_COMPILER_ID MATCHES MSVC)
find_library(UV_LIBRARY NAMES uv_a PATHS "external/lib/libuv/Release")
find_library(CURL_LIBRARY_DEBUG NAMES libcurld PATHS "external/lib/libcurl/Debug")
find_library(CURL_LIBRARY NAMES libcurl PATHS "external/lib/libcurl/Release")
add_definitions(-D_DISABLE_VECTOR_ANNOTATION)
add_definitions(-D_DISABLE_STRING_ANNOTATION)
elseif (CMAKE_CXX_COMPILER_ID MATCHES GNU OR CMAKE_CXX_COMPILER_ID MATCHES Clang)
find_library(ZMQ_LIBRARY_DEBUG NAMES zmq libzmq.a)
find_library(ZMQ_LIBRARY NAMES zmq libzmq.a)