Skip to content

Commit

Permalink
libwebm: add webm directory to include path (conan-io#26029)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktischenko authored and OMGtechy committed Dec 31, 2024
1 parent 0b5fe05 commit 4283b71
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 4283b71

Please sign in to comment.