early-access version 3908

This commit is contained in:
pineappleEA
2023-10-02 11:23:24 +02:00
parent 4ca1221654
commit d663a10fcf
47 changed files with 36904 additions and 8885 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)
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)