mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
14 lines
373 B
CMake
14 lines
373 B
CMake
set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_SOURCES ZooKeeperRemoveByList.cpp)
|
|
|
|
set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_LINK
|
|
PRIVATE
|
|
clickhouse_common_zookeeper_base
|
|
clickhouse_common_zookeeper_no_log
|
|
clickhouse_common_io
|
|
dbms
|
|
clickhouse_functions
|
|
boost::program_options
|
|
)
|
|
|
|
clickhouse_program_add(zookeeper-remove-by-list)
|