mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Properly link against OpenSSL and LibCrypto
This commit is contained in:
@@ -18,11 +18,13 @@ add_imhex_plugin(
|
||||
INCLUDES
|
||||
include
|
||||
${LIBSSH2_INCLUDE_DIR}
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
|
||||
LIBRARIES
|
||||
ui
|
||||
fonts
|
||||
${LIBSSH2_LIBRARY}
|
||||
${OPENSSL_LIBRARY}
|
||||
)
|
||||
|
||||
if (NOT WIN32)
|
||||
target_link_libraries(remote PRIVATE OpenSSL::SSL OpenSSL::Crypto)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user