milvus/internal/core/src/common/milvus_common.pc.in
Enwei Jiao 16c3aedc15
refine complie configuration (#17502)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
2022-06-24 21:12:15 +08:00

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}