mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 00:07:35 +01:00
fix: OpenSSL: Need to add openssl/applink.c to Windows executables using OpenSSL #4864
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
add_executable(Mail-ssl src/Mail.cpp)
|
||||
target_link_libraries(Mail-ssl PUBLIC Poco::NetSSL Poco::Util Poco::XML)
|
||||
if(MSVC)
|
||||
target_link_libraries(Mail-ssl PRIVATE OpenSSL::applink)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user