mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 10:34:21 +00:00
3 lines
187 B
CMake
3 lines
187 B
CMake
|
add_executable (zookeeper-copy-tree main.cpp ${SRCS})
|
||
|
target_link_libraries(zookeeper-copy-tree PRIVATE clickhouse_common_zookeeper clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})
|