ClickHouse/contrib/consistent-hashing/CMakeLists.txt

3 lines
150 B
CMake
Raw Normal View History

2018-08-30 18:44:46 +00:00
add_library(consistent-hashing consistent_hashing.cpp popcount.cpp)
target_include_directories(consistent-hashing PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})