mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
issue: #35549,#35611,#35633 - remove milvus_segcore milvus_indexbuilder..., add libmilvus_core - core building only link once - move opendal compilation into cmake - fix odr --------- Signed-off-by: chyezh <chyezh@outlook.com>
10 lines
217 B
PkgConfig
10 lines
217 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Milvus Core
|
|
Description: Core modules for Milvus
|
|
Version: @MILVUS_VERSION@
|
|
|
|
Libs: -L${libdir} -lmilvus_core
|
|
Cflags: -I${includedir}
|