Added option to build bimg with libheif.

This commit is contained in:
Бранимир Караџић
2024-06-11 17:58:57 -07:00
parent b66f60cba0
commit 61c770b0f5
5 changed files with 35 additions and 3 deletions

View File

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