Added PS Vita support

This commit is contained in:
2023-03-14 00:20:43 -07:00
parent 3587efb9ad
commit f5c5d1f49d
39 changed files with 937 additions and 340 deletions

View File

@ -23,7 +23,7 @@ add_library(stb INTERFACE)
target_include_directories(stb INTERFACE stb)
# OpenAL
if(DANW_TARGET_OPENAL)
if(DAWN_TARGET_OPENAL)
set(LIBTYPE "STATIC")
add_subdirectory(openal-soft)