From 6137d432999e2790542935a51ed13301ee3a8eb0 Mon Sep 17 00:00:00 2001 From: Archez Date: Wed, 8 May 2024 11:25:14 -0400 Subject: [PATCH] support lus fetching stb (#22) (#24) (cherry picked from commit f38a9c92eb99368c0607acf356d5651ebdc96f51) Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com> --- ZAPD/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ZAPD/CMakeLists.txt b/ZAPD/CMakeLists.txt index 800fc20..416273a 100644 --- a/ZAPD/CMakeLists.txt +++ b/ZAPD/CMakeLists.txt @@ -22,8 +22,6 @@ set(Header_Files source_group("Header Files" FILES ${Header_Files}) set(Header_Files__Libraries - "../../libultraship/extern/stb/stb_image.h" - "../../libultraship/extern/stb/stb_image_write.h" "ctpl_stl.h" ) source_group("Header Files\\Libraries" FILES ${Header_Files__Libraries})