mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
17 lines
382 B
CMake
17 lines
382 B
CMake
|
add_library(zkutil
|
||
|
src/ZooKeeper.cpp
|
||
|
src/Lock.cpp
|
||
|
src/ZooKeeperHolder.cpp
|
||
|
|
||
|
include/zkutil/Increment.h
|
||
|
include/zkutil/LeaderElection.h
|
||
|
include/zkutil/KeeperException.h
|
||
|
include/zkutil/Lock.h
|
||
|
include/zkutil/ZooKeeper.h
|
||
|
include/zkutil/Types.h
|
||
|
include/zkutil/ZooKeeperHolder.h)
|
||
|
|
||
|
target_link_libraries(zkutil libzookeeper_mt.a pthread)
|
||
|
|
||
|
add_subdirectory (src)
|