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()