dolphin/Source
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
..
Android Merge pull request #14246 from LeddaZ/android-gitignore 2026-01-14 18:54:16 +01:00
Core Fix MacUpdater build on CMake 3.31+ 2026-01-17 18:25:49 +01:00
DSPSpy
DSPTool
PCH CMake: Apply editorconfig formatting 2026-01-04 12:59:56 +01:00
UnitTests Disable PatchAllowlistTest if USE_RETRO_ACHIEVEMENTS is OFF 2025-11-27 01:26:51 +01:00
VSProps cpp-ipc: Fix builds on non-FreeBSD BSDs 2026-01-06 21:46:33 +01:00
.clang-format
CMakeLists.txt Merge pull request #14251 from JoshuaVandaele/cmake-editorconfig 2026-01-11 16:28:03 -05:00
dolphin-emu.sln Core/HW: Add Visual Studio project files for cpp-ipc library. 2025-10-28 18:50:58 +00:00