ClickHouse/contrib/libpoco/Foundation/samples/dir/CMakeLists.txt

8 lines
183 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
set(SAMPLE_NAME "dir")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoFoundation )