Skip to content

Commit

Permalink
libwebm: add webm directory to include path (#26029)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktischenko authored Nov 27, 2024
1 parent 69d04bd commit e18a038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/libwebm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def package_info(self):
self.cpp_info.set_property("cmake_target_name", "webm::webm")
self.cpp_info.set_property("pkg_config_name", "webm")
self.cpp_info.libs = ["webm"]
self.cpp_info.includedirs.append("include/webm")

if self.settings.os in ["Linux", "FreeBSD", "Android"]:
self.cpp_info.system_libs.append("m")

0 comments on commit e18a038

Please sign in to comment.