mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
3 lines
137 B
CMake
3 lines
137 B
CMake
|
add_executable (zookeeper-dump-tree main.cpp ${SRCS})
|
||
|
target_link_libraries (zookeeper-dump-tree zkutil dbms libboost_program_options.a)
|