externals: stb: Add image write

This commit is contained in:
german77 2023-10-17 23:00:27 -06:00 committed by Narr the Reg
parent db37e583ff
commit 94836ba3b1
3 changed files with 1975 additions and 1 deletions

View file

@ -168,7 +168,7 @@ if (NOT TARGET LLVM::Demangle)
add_library(LLVM::Demangle ALIAS demangle)
endif()
add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp)
add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp stb/stb_image_write.cpp)
target_include_directories(stb PUBLIC ./stb)
add_library(bc_decoder bc_decoder/bc_decoder.cpp)