mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
a2b1f7fe08
commit
c8c6deb2ff
@ -1,9 +1,3 @@
|
|||||||
set (LIBRARY_DIR ${ClickHouse_SOURCE_DIR}/contrib/wyhash)
|
add_library(wyhash INTERFACE)
|
||||||
|
target_include_directories(wyhash SYSTEM BEFORE INTERFACE "${ClickHouse_SOURCE_DIR}/contrib/wyhash")
|
||||||
add_library (wyhash "${LIBRARY_DIR}/wyhash.h")
|
add_library(ch_contrib::wyhash ALIAS wyhash)
|
||||||
|
|
||||||
target_include_directories(wyhash SYSTEM PUBLIC ${LIBRARY_DIR})
|
|
||||||
|
|
||||||
add_library (ch_contrib::wyhash ALIAS wyhash)
|
|
||||||
|
|
||||||
set_target_properties(wyhash PROPERTIES LINKER_LANGUAGE CXX)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user