Fix deps.

This commit is contained in:
Бранимир Караџић
2024-10-18 18:42:58 -07:00
parent aaf9125234
commit 7defabd308
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ project "bimg"
includedirs {
path.join(BIMG_DIR, "include"),
path.join(BIMG_DIR, "3rdparty/astc-encoder/include"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz"),
}
files {
@@ -19,8 +18,6 @@ project "bimg"
path.join(BIMG_DIR, "3rdparty/astc-encoder/source/**.cpp"),
path.join(BIMG_DIR, "3rdparty/astc-encoder/source/**.h"),
path.join(BIMG_DIR, "3rdparty/tinyexr/deps/miniz/miniz.*"),
}
using_bx()

View File

@@ -25,6 +25,7 @@ project "bimg_decode"
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