mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-19 21:43:00 +01:00
Added option to build with libheif.
This commit is contained in:
@@ -21,6 +21,14 @@ project "texturec"
|
||||
"bimg",
|
||||
}
|
||||
|
||||
if _OPTIONS["with-libheif"] then
|
||||
links {
|
||||
"heif",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
end
|
||||
|
||||
using_bx()
|
||||
|
||||
configuration { "mingw-*" }
|
||||
|
||||
Reference in New Issue
Block a user