Skip to content

Commit 7496f4f

Browse files
committed
Fix missing C kvikio private linkage
1 parent c6df260 commit 7496f4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

c/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ target_link_libraries(
171171
$<IF:$<BOOL:${CUVSC_STATIC_CUVS_LIBRARY}>,cuvs::cuvs_static,cuvs::cuvs> #
172172
$<COMPILE_ONLY:raft::raft> # enforce we shouldn't use raft symbols
173173
$<TARGET_NAME_IF_EXISTS:hnswlib::hnswlib>
174+
$<BUILD_LOCAL_INTERFACE:$<TARGET_NAME_IF_EXISTS:kvikio::kvikio>>
174175
)
175176

176177
# ##################################################################################################

0 commit comments

Comments
 (0)