ClickHouse/utils/zookeeper-test/CMakeLists.txt

3 lines
100 B
CMake
Raw Normal View History

2020-11-09 17:51:22 +00:00
add_executable(zk-test main.cpp)
target_link_libraries(zk-test PRIVATE clickhouse_common_zookeeper)