mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
6 lines
130 B
CMake
6 lines
130 B
CMake
add_library(murmurhash
|
|
src/murmurhash2.cpp
|
|
include/murmurhash2.h)
|
|
|
|
target_include_directories (murmurhash PUBLIC include)
|