mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
flatten + cmake
This commit is contained in:
parent
32c8e5d8d2
commit
dfaff2473f
14 changed files with 33 additions and 0 deletions
|
|
@ -255,4 +255,8 @@ if (ANDROID)
|
|||
target_include_directories(yuzu-android PRIVATE android/app/src/main)
|
||||
endif()
|
||||
|
||||
if (IOS)
|
||||
add_subdirectory(ios)
|
||||
endif()
|
||||
|
||||
include(GenerateDepHashes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue