diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-03 10:41:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 10:41:30 -0400 |
| commit | f38a9c92eb99368c0607acf356d5651ebdc96f51 (patch) | |
| tree | 0ac482e1768c48db305269f2ffd23e03a15540c3 | |
| parent | 222cb8a23bd0fa8b901b1654ac5d6cc2ecb25a2e (diff) | |
support lus fetching stb (#22)
| -rw-r--r-- | ZAPD/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/CMakeLists.txt b/ZAPD/CMakeLists.txt index 908a967..0b17b77 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})
|
