mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-10 14:07:25 +00:00
16 lines
305 B
Diff
16 lines
305 B
Diff
|
|
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_languages(OBJC)
|
||
|
|
+endif()
|
||
|
|
+
|
||
|
|
project (DiscordRPC)
|
||
|
|
|
||
|
|
include(GNUInstallDirs)
|