mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
7005feddf2
This reverts commit74190165ff
, reversing changes made to51d4e4d307
.
4 lines
256 B
CMake
4 lines
256 B
CMake
add_executable(clickhouse-zookeeper-cli zookeeper-cli.cpp)
|
|
target_link_libraries(clickhouse-zookeeper-cli PRIVATE clickhouse_common_zookeeper)
|
|
INSTALL(TARGETS clickhouse-zookeeper-cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)
|