mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
🐛 Fixed missing lib in liblo conan pkg
This commit is contained in:
parent
b7131197aa
commit
fcef31793d
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