poco/Encodings/samples/TextConverter/CMakeLists.txt
2018-02-14 09:49:28 +01:00

8 lines
207 B
CMake

set(SAMPLE_NAME "TextConverter")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoEncodings PocoFoundation )