ClickHouse/contrib/wyhash-cmake/CMakeLists.txt
2022-05-09 08:48:51 -04:00

4 lines
176 B
CMake

add_library(wyhash INTERFACE)
target_include_directories(wyhash SYSTEM BEFORE INTERFACE "${ClickHouse_SOURCE_DIR}/contrib/wyhash")
add_library(ch_contrib::wyhash ALIAS wyhash)