mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
d6833a0d55
* Fix .h compile * Cmake: remove global include_directories * boost include hide * fix cctz * add \n
6 lines
121 B
CMake
6 lines
121 B
CMake
add_library(farmhash
|
|
farmhash.cc
|
|
farmhash.h)
|
|
|
|
target_include_directories (farmhash PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
|