mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
3 lines
212 B
CMake
3 lines
212 B
CMake
add_executable (zookeeper-adjust-block-numbers-to-parts main.cpp ${SRCS})
|
|
target_link_libraries (zookeeper-adjust-block-numbers-to-parts PRIVATE dbms clickhouse_common_zookeeper ${Boost_PROGRAM_OPTIONS_LIBRARY})
|