ClickHouse/utils/zookeeper-dump-tree/CMakeLists.txt
2017-06-19 23:06:35 +03:00

3 lines
136 B
CMake

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