flatten + cmake

This commit is contained in:
lizzie 2026-02-19 04:21:48 +00:00 committed by crueter
parent 1a01f04ce6
commit 01ff5cfc38
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
14 changed files with 33 additions and 0 deletions

View file

@ -249,4 +249,8 @@ if (ANDROID)
target_include_directories(yuzu-android PRIVATE android/app/src/main)
endif()
if (IOS)
add_subdirectory(ios)
endif()
include(GenerateDepHashes)