mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
9 lines
120 B
CMake
9 lines
120 B
CMake
include_directories (include src)
|
|
|
|
add_library(cityhash
|
|
src/city.cc
|
|
|
|
include/citycrc.h
|
|
include/city.h
|
|
src/config.h)
|