mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
3 lines
177 B
CMake
3 lines
177 B
CMake
|
add_executable (zookeeper-create-entry-to-download-part main.cpp ${SRCS})
|
||
|
target_link_libraries (zookeeper-create-entry-to-download-part zkutil dbms libboost_program_options.a)
|