ClickHouse/contrib/consistent-hashing/CMakeLists.txt
Azat Khuzhin 81880ac20c contrib/consistent-hashing: add ALIAS library
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-21 10:11:22 +03:00

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)