Add platform-specific source for Apple and clean up includes in SNES header
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user