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