ClickHouse/utils/zookeeper-create-entry-to-download-part/CMakeLists.txt

3 lines
202 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_executable (zookeeper-create-entry-to-download-part main.cpp ${SRCS})
target_link_libraries (zookeeper-create-entry-to-download-part PRIVATE dbms clickhouse_common_zookeeper boost::program_options)