2026-09-05 19:50:17

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-05 19:50:17 +00:00
parent 1cd75661ef
commit f29ae07e73
2 changed files with 2 additions and 20 deletions
-15
View File
@@ -1,15 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e7142a..8530657 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,10 @@
cmake_minimum_required (VERSION 3.22)
+
+# for discord_register_osx.m
+if (APPLE)
+ enable_language(OBJC)
+endif()
+
project (DiscordRPC)
include(GNUInstallDirs)