externals: stb: Split library into cpp file

This commit is contained in:
Narr the Reg
2023-10-01 22:15:19 -06:00
parent 0bb7990c49
commit dac53b4ba0
5 changed files with 9813 additions and 9431 deletions
+1 -1
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)
add_library(stb stb/stb_dxt.cpp stb/stb_image.cpp stb/stb_image_resize.cpp)
target_include_directories(stb PUBLIC ./stb)
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
+7529
View File
File diff suppressed because it is too large Load Diff
-7218
View File
File diff suppressed because it is too large Load Diff
+2282
View File
File diff suppressed because it is too large Load Diff
+1 -2212
View File
File diff suppressed because it is too large Load Diff