ClickHouse/utils/zookeeper-dump-tree/CMakeLists.txt
2016-11-09 21:49:01 +03:00

3 lines
139 B
CMake

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