File conanfile.py.in of Package milvus

# automatically generated, changes may be lost
from conan import ConanFile
class @CLASS_NAME@(ConanFile):
    name = "@LIBRARY_MODULE_NAME@"
    version = "@LIBRARY_VERSION@"

@OPTIONSTR@

    def package_info(self):
        libName = "@LIBRARY_MODULE_NAME@"
        self.cpp_info.includedirs = ["@LIBRARY_INCLUDE_DIRS@"]
        self.cpp_info.system_libs = [libName]
        self.cpp_info.sharedlinkflags = [f"@LD_FLAGS@"]
        self.cpp_info.exelinkflags = [f"@LD_FLAGS@"]

openSUSE Build Service is sponsored by