ClickHouse/utils/zookeeper-dump-tree/CMakeLists.txt
2016-12-06 16:20:32 +03:00

3 lines
143 B
CMake

add_executable (zookeeper-dump-tree main.cpp ${SRCS})
target_link_libraries (zookeeper-dump-tree zkutil dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})