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

3 lines
139 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 zkutil dbms ${BOOST_PROGRAM_OPTIONS_LIB})