ClickHouse/utils/zookeeper-remove-by-list/CMakeLists.txt
2016-11-09 21:49:01 +03:00

4 lines
150 B
CMake

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