ClickHouse/contrib/libpoco/NetSSL_OpenSSL/samples/Mail/CMakeLists.txt

8 lines
235 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
set(SAMPLE_NAME "Mail-ssl")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoNetSSL PocoCrypto PocoUtil PocoNet PocoXML PocoFoundation )