mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
enhance: add pkg-config for knowhere (#35433)
Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
This commit is contained in:
parent
6fa6e2f978
commit
024eccbde0
@ -12,6 +12,7 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
# Update KNOWHERE_VERSION for the first occurrence
|
||||
milvus_add_pkg_config("knowhere")
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
|
||||
set( KNOWHERE_VERSION 8c1c3b50 )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
|
7
internal/core/thirdparty/knowhere/knowhere.pc.in
vendored
Normal file
7
internal/core/thirdparty/knowhere/knowhere.pc.in
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||
|
||||
Name: Knowhere
|
||||
Description: an independent project that act as Milvus's internal core.
|
||||
Version: @MILVUS_VERSION@
|
||||
|
||||
Libs: -L${libdir} -lknowhere
|
Loading…
Reference in New Issue
Block a user