mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
contrib/fastops: use hidden library
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
eb45c7f595
commit
8683ad110c
@ -25,8 +25,8 @@ endif()
|
||||
|
||||
set (SRCS ${SRCS} "${LIBRARY_DIR}/fastops/plain/ops_plain.cpp" "${LIBRARY_DIR}/fastops/core/avx_id.cpp" "${LIBRARY_DIR}/fastops/fastops.cpp")
|
||||
|
||||
add_library(fastops ${SRCS})
|
||||
add_library(_fastops ${SRCS})
|
||||
|
||||
target_include_directories(fastops SYSTEM PUBLIC "${LIBRARY_DIR}")
|
||||
target_include_directories(_fastops SYSTEM PUBLIC "${LIBRARY_DIR}")
|
||||
|
||||
add_library(ch_contrib::fastops ALIAS fastops)
|
||||
add_library(ch_contrib::fastops ALIAS _fastops)
|
||||
|
Loading…
Reference in New Issue
Block a user