Use collect_libs for finding libs
This commit is contained in:
parent
f24478a514
commit
d7869bdf04
@ -9,5 +9,3 @@ This only fully supports utf-8, as I don't want this to be extensive.
|
||||
Optionally, you can also build an executable that is able to dump any .mo file to .html to peek into the contents of this file.
|
||||
|
||||
Please report any issues you encounter, I can't fix them if I don't know about them!
|
||||
|
||||
If you find this useful, you can buy me a beer here: https://pledgie.com/campaigns/26908
|
||||
|
@ -28,4 +28,4 @@ class MofilereaderConan(ConanFile):
|
||||
self.copy("*.a", dst="lib", keep_path=False)
|
||||
|
||||
def package_info(self):
|
||||
self.cpp_info.libs = ["MofileReader"]
|
||||
self.cpp_info.libs = tools.collect_libs(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user