ClickHouse/utils/zookeeper-dump-tree/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
241 B
CMake
Raw Normal View History

clickhouse_add_executable (zookeeper-dump-tree main.cpp ${SRCS})
target_link_libraries(zookeeper-dump-tree PRIVATE
clickhouse_common_zookeeper_no_log
clickhouse_common_io
dbms
2024-06-26 22:48:41 +00:00
clickhouse_functions
boost::program_options)