ClickHouse/libs/consistent-hashing-sumbur/CMakeLists.txt

3 lines
139 B
CMake
Raw Normal View History

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