Browse Source

externals: stb: Split library into cpp file

nce_cpp
Narr the Reg 2 years ago
parent
commit
acddebe3e1
  1. 2
      externals/CMakeLists.txt
  2. 7529
      externals/stb/stb_image.cpp
  3. 7218
      externals/stb/stb_image.h
  4. 2282
      externals/stb/stb_image_resize.cpp
  5. 2213
      externals/stb/stb_image_resize.h

2
externals/CMakeLists.txt

@ -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
externals/stb/stb_image.cpp
File diff suppressed because it is too large
View File

7218
externals/stb/stb_image.h
File diff suppressed because it is too large
View File

2282
externals/stb/stb_image_resize.cpp
File diff suppressed because it is too large
View File

2213
externals/stb/stb_image_resize.h
File diff suppressed because it is too large
View File

Loading…
Cancel
Save