mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
3 lines
152 B
CMake
3 lines
152 B
CMake
add_executable (zookeeper-dump-tree main.cpp ${SRCS})
|
|
target_link_libraries (zookeeper-dump-tree clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})
|