summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt2
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)
169endif() 169endif()
170 170
171add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp) 171add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp stb/stb_image_write.cpp)
172target_include_directories(stb PUBLIC ./stb) 172target_include_directories(stb PUBLIC ./stb)
173 173
174add_library(bc_decoder bc_decoder/bc_decoder.cpp) 174add_library(bc_decoder bc_decoder/bc_decoder.cpp)