mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 19:02:18 +08:00
10 lines
223 B
PkgConfig
10 lines
223 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: Milvus Common
|
|
Description: Common modules for Milvus
|
|
Version: @MILVUS_VERSION@
|
|
|
|
Libs: -L${libdir} -lmilvus_common
|
|
Cflags: -I${includedir}
|