mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
11 lines
241 B
CMake
11 lines
241 B
CMake
|
set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_SOURCES ZooKeeperDumpTree.cpp)
|
||
|
|
||
|
set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_LINK
|
||
|
PRIVATE
|
||
|
dbms
|
||
|
clickhouse_functions
|
||
|
boost::program_options
|
||
|
)
|
||
|
|
||
|
clickhouse_program_add(zookeeper-dump-tree)
|