mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
8 lines
263 B
CMake
8 lines
263 B
CMake
clickhouse_add_executable (zookeeper-remove-by-list main.cpp ${SRCS})
|
|
target_link_libraries(zookeeper-remove-by-list PRIVATE
|
|
clickhouse_common_zookeeper_base
|
|
clickhouse_common_zookeeper_no_log
|
|
dbms
|
|
clickhouse_functions
|
|
boost::program_options)
|