ClickHouse/utils/zookeeper-remove-by-list/CMakeLists.txt

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

7 lines
226 B
CMake
Raw Normal View History

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