mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
7 lines
141 B
CMake
7 lines
141 B
CMake
set (SRCS
|
|
src/metrohash64.cpp
|
|
src/metrohash128.cpp
|
|
)
|
|
add_library(metrohash ${SRCS})
|
|
target_include_directories(metrohash PUBLIC src)
|