ClickHouse/utils/zookeeper-remove-by-list/CMakeLists.txt
2016-12-06 16:20:32 +03:00

3 lines
153 B
CMake

add_executable (zookeeper-remove-by-list main.cpp ${SRCS})
target_link_libraries (zookeeper-remove-by-list zkutil dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})