mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
cmake: fix undefined symbols and multiple definitions
This commit is contained in:
@@ -572,6 +572,10 @@ if(STATIC AND NOT IOS)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
list(APPEND OPENSSL_LIBRARIES ws2_32 crypt32)
|
||||
endif()
|
||||
|
||||
find_package(HIDAPI)
|
||||
|
||||
add_definition_if_library_exists(c memset_s "string.h" HAVE_MEMSET_S)
|
||||
|
||||
Reference in New Issue
Block a user