dolphin/Source/Core/MacUpdater
Sintendo eedee51b93 Fix MacUpdater build on CMake 3.31+
Building on macOS with a recent CMake version would result in the
following error:

CMake Error at Source/Core/MacUpdater/CMakeLists.txt:48 (add_custom_command):
  The following keywords are not supported when using
  add_custom_command(TARGET): DEPENDS

As it turns out, this form of `add_custom_command` does not accept
DEPENDS, but versions of CMake prior to 3.31 silently dropped it.
2026-01-17 18:25:49 +01:00
..
AppDelegate.h
AppDelegate.mm
CMakeLists.txt Fix MacUpdater build on CMake 3.31+ 2026-01-17 18:25:49 +01:00
Info.plist.in ScmRevGen: Don't generate Info.plist files directly 2024-12-05 14:56:08 -05:00
MacUI.mm Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
main.m
Main.storyboard
ViewController.h
ViewController.m