summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-05-08 11:25:14 -0400
committerGitHub <noreply@github.com>2024-05-08 11:25:14 -0400
commit6137d432999e2790542935a51ed13301ee3a8eb0 (patch)
treee043e14b5d4a8c83e3f340d8084230961e59d092
parent97f3ea6a7be5953d3514b7ce347c61cbe9b36d98 (diff)
support lus fetching stb (#22) (#24)master
(cherry picked from commit f38a9c92eb99368c0607acf356d5651ebdc96f51) Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
-rw-r--r--ZAPD/CMakeLists.txt2
1 files changed, 0 insertions, 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})