diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index b1fd3ac62..64b48fd7b 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -168,7 +168,7 @@ if (NOT TARGET LLVM::Demangle) | |||
| 168 | add_library(LLVM::Demangle ALIAS demangle) | 168 | add_library(LLVM::Demangle ALIAS demangle) |
| 169 | endif() | 169 | endif() |
| 170 | 170 | ||
| 171 | add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp) | 171 | add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp stb/stb_image_write.cpp) |
| 172 | target_include_directories(stb PUBLIC ./stb) | 172 | target_include_directories(stb PUBLIC ./stb) |
| 173 | 173 | ||
| 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) | 174 | add_library(bc_decoder bc_decoder/bc_decoder.cpp) |