mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
11 lines
260 B
CMake
11 lines
260 B
CMake
set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_SOURCES ZooKeeperRemoveByList.cpp)
|
|
|
|
set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_LINK
|
|
PRIVATE
|
|
dbms
|
|
clickhouse_functions
|
|
boost::program_options
|
|
)
|
|
|
|
clickhouse_program_add(zookeeper-remove-by-list)
|