Add platform-specific source for Apple and clean up includes in SNES header

This commit is contained in:
scawful
2024-11-27 16:39:20 -05:00
parent 97b3a8638a
commit 039d64c539
2 changed files with 6 additions and 6 deletions

View File

@@ -11,6 +11,11 @@ add_executable(
${IMGUI_SRC}
)
if (APPLE)
list(APPEND YAZE_APP_CORE_SRC
app/core/platform/app_delegate.mm)
endif()
target_include_directories(
yaze_emu PUBLIC
lib/