mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
contrib/wordnet-blast: use hidden library
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
bd8b42241b
commit
d7bacb6611
@ -6,7 +6,7 @@ set(SRCS
|
||||
"${LIBRARY_DIR}/wnb/core/wordnet.cc"
|
||||
)
|
||||
|
||||
add_library(wnb ${SRCS})
|
||||
target_link_libraries(wnb PRIVATE boost::headers_only boost::graph)
|
||||
target_include_directories(wnb SYSTEM PUBLIC "${LIBRARY_DIR}")
|
||||
add_library(ch_contrib::wnb ALIAS wnb)
|
||||
add_library(_wnb ${SRCS})
|
||||
target_link_libraries(_wnb PRIVATE boost::headers_only boost::graph)
|
||||
target_include_directories(_wnb SYSTEM PUBLIC "${LIBRARY_DIR}")
|
||||
add_library(ch_contrib::wnb ALIAS _wnb)
|
||||
|
Loading…
Reference in New Issue
Block a user