ClickHouse/utils/zookeeper-dump-tree/CMakeLists.txt

3 lines
136 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_executable (zookeeper-dump-tree main.cpp ${SRCS})
target_link_libraries (zookeeper-dump-tree dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})