mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Updated tinyexr.
This commit is contained in:
@@ -11,9 +11,11 @@ project "bimg"
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BIMG_DIR, "3rdparty/astc-codec"),
|
||||
path.join(BIMG_DIR, "3rdparty/astc-codec/include"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
|
||||
}
|
||||
|
||||
local ASTC_CODEC_DIR = path.join(BIMG_DIR, "3rdparty/astc-codec")
|
||||
local MINIZ_DIR = path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz")
|
||||
|
||||
files {
|
||||
path.join(BIMG_DIR, "include/**"),
|
||||
@@ -31,6 +33,8 @@ project "bimg"
|
||||
path.join(ASTC_CODEC_DIR, "src/decoder/physical_astc_block.*"),
|
||||
path.join(ASTC_CODEC_DIR, "src/decoder/quantization.*"),
|
||||
path.join(ASTC_CODEC_DIR, "src/decoder/weight_infill.*"),
|
||||
|
||||
path.join(MINIZ_DIR, "miniz.*"),
|
||||
}
|
||||
|
||||
configuration { "linux-*" }
|
||||
|
||||
@@ -10,6 +10,7 @@ project "bimg_decode"
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BIMG_DIR, "include"),
|
||||
path.join(BIMG_DIR, "3rdparty"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
|
||||
}
|
||||
|
||||
files {
|
||||
|
||||
@@ -12,6 +12,7 @@ project "bimg_encode"
|
||||
path.join(BIMG_DIR, "3rdparty"),
|
||||
path.join(BIMG_DIR, "3rdparty/nvtt"),
|
||||
path.join(BIMG_DIR, "3rdparty/iqa/include"),
|
||||
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
|
||||
}
|
||||
|
||||
files {
|
||||
|
||||
Reference in New Issue
Block a user