ClickHouse/contrib/libfarmhash/CMakeLists.txt

6 lines
121 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_library(farmhash
farmhash.cc
farmhash.h)
target_include_directories (farmhash PUBLIC ${CMAKE_CURRENT_BINARY_DIR})