🐛 Fixed missing lib in liblo conan pkg

This commit is contained in:
Edgar 2023-12-08 11:22:31 +01:00
parent b7131197aa
commit fcef31793d
No known key found for this signature in database
GPG key ID: 3C2E1F2C1C353131

View file

@ -32,3 +32,6 @@ class libloConan(ConanFile):
def package(self):
cmake = CMake(self)
cmake.install()
def package_info(self):
self.cpp_info.libs = collect_libs(self)