mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-11 12:37:05 +01:00

* Add workarround to handle static OpenSSL libs on Windows with CMake * Fix NetSSL_Win samples and testsuite
8 lines
235 B
CMake
8 lines
235 B
CMake
set(SAMPLE_NAME "download-ssl-win")
|
|
|
|
set(LOCAL_SRCS "")
|
|
aux_source_directory(src LOCAL_SRCS)
|
|
|
|
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
|
|
target_link_libraries( ${SAMPLE_NAME} PocoNetSSLWin PocoUtil PocoNet PocoXML PocoFoundation )
|