mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
4a2bc64989
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
3 lines
173 B
CMake
3 lines
173 B
CMake
add_executable (zookeeper-remove-by-list main.cpp ${SRCS})
|
|
target_link_libraries(zookeeper-remove-by-list PRIVATE clickhouse_common_zookeeper_no_log boost::program_options)
|