mirror of
https://github.com/overte-org/overte.git
synced 2025-08-15 01:50:11 +02:00
🐛 Fixed missing lib in liblo conan pkg
This commit is contained in:
parent
fcc5582932
commit
290402a5c3
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
Loading…
Reference in a new issue