mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
fbe7df73a2
CONTRIB-254
10 lines
196 B
CMake
10 lines
196 B
CMake
add_library(cityhash
|
|
src/city.cc
|
|
|
|
include/citycrc.h
|
|
include/city.h
|
|
src/config.h)
|
|
|
|
target_include_directories (cityhash BEFORE PUBLIC include)
|
|
target_include_directories (cityhash PRIVATE src)
|