Added option to build with libheif.

This commit is contained in:
Бранимир Караџић
2024-06-11 17:58:39 -07:00
parent 98a40e8533
commit c4268ed766
5 changed files with 78 additions and 3 deletions

View File

@@ -21,6 +21,14 @@ project "texturec"
"bimg",
}
if _OPTIONS["with-libheif"] then
links {
"heif",
}
configuration {}
end
using_bx()
configuration { "mingw-*" }