early-access version 3601

This commit is contained in:
pineappleEA
2023-05-21 23:36:17 +02:00
parent 024a301e11
commit 4029a125f8
25 changed files with 1157 additions and 36 deletions

View File

@@ -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)