ClickHouse/contrib/libcityhash/CMakeLists.txt

9 lines
120 B
CMake
Raw Normal View History

2016-06-08 13:08:20 +00:00
include_directories (include src)
add_library(cityhash
2016-06-08 13:08:20 +00:00
src/city.cc
2016-06-08 13:08:20 +00:00
include/citycrc.h
include/city.h
src/config.h)