mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
4 lines
150 B
CMake
4 lines
150 B
CMake
|
|
add_executable (zookeeper-remove-by-list main.cpp ${SRCS})
|
|
target_link_libraries (zookeeper-remove-by-list zkutil dbms ${BOOST_PROGRAM_OPTIONS_LIB})
|