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