mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
5 lines
259 B
CMake
5 lines
259 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(libconsistent-hashing CXX)
|
|
|
|
add_library(libconsistent-hashing yandex/consistent_hashing.cpp yandex/popcount.cpp mailru/sumbur.cpp)
|
|
target_include_directories(libconsistent-hashing PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |