We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6df260 commit 7496f4fCopy full SHA for 7496f4f
1 file changed
c/CMakeLists.txt
@@ -171,6 +171,7 @@ target_link_libraries(
171
$<IF:$<BOOL:${CUVSC_STATIC_CUVS_LIBRARY}>,cuvs::cuvs_static,cuvs::cuvs> #
172
$<COMPILE_ONLY:raft::raft> # enforce we shouldn't use raft symbols
173
$<TARGET_NAME_IF_EXISTS:hnswlib::hnswlib>
174
+ $<BUILD_LOCAL_INTERFACE:$<TARGET_NAME_IF_EXISTS:kvikio::kvikio>>
175
)
176
177
# ##################################################################################################
0 commit comments