mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:37:57 -05:00
textures: add BC1 and BC3 compressors and recompression setting
This commit is contained in:
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@ -139,3 +139,7 @@ if (NOT TARGET LLVM::Demangle)
|
||||
target_sources(demangle PRIVATE demangle/ItaniumDemangle.cpp)
|
||||
add_library(LLVM::Demangle ALIAS demangle)
|
||||
endif()
|
||||
|
||||
add_library(stb STATIC)
|
||||
target_include_directories(stb PUBLIC ./stb)
|
||||
target_sources(stb PRIVATE stb/stb_dxt.cpp)
|
||||
|
Reference in New Issue
Block a user