mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
81880ac20c
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
229 B
CMake
4 lines
229 B
CMake
add_library(_consistent_hashing consistent_hashing.cpp popcount.cpp)
|
|
target_include_directories(_consistent_hashing SYSTEM PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
add_library(ch_contrib::consistent_hashing ALIAS _consistent_hashing)
|