mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +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 "${LIBRARY_DIR}/wyhash.h")
|
||||
|
||||
target_include_directories(wyhash SYSTEM PUBLIC ${LIBRARY_DIR})
|
||||
|
||||
add_library (ch_contrib::wyhash ALIAS wyhash)
|
||||
|
||||
set_target_properties(wyhash PROPERTIES LINKER_LANGUAGE CXX)
|
||||
add_library(wyhash INTERFACE)
|
||||
target_include_directories(wyhash SYSTEM BEFORE INTERFACE "${ClickHouse_SOURCE_DIR}/contrib/wyhash")
|
||||
add_library(ch_contrib::wyhash ALIAS wyhash)
|
||||
|
Loading…
Reference in New Issue
Block a user