mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-07-20 13:09:24 +00:00
Added ability to configure supported image format parsers. (#107)
* Added ability to configure supported image format parsers. * Added comments.
This commit is contained in:
committed by
GitHub
parent
5a79b67a49
commit
6c13a0c8a8
@@ -19,13 +19,12 @@ project "bimg_decode"
|
||||
includedirs {
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BIMG_DIR, "3rdparty"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps"),
|
||||
}
|
||||
|
||||
files {
|
||||
path.join(BIMG_DIR, "include/**"),
|
||||
path.join(BIMG_DIR, "src/image_decode.*"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz/miniz.*"),
|
||||
}
|
||||
|
||||
if _OPTIONS["with-libheif"] then
|
||||
|
||||
Reference in New Issue
Block a user