diff --git a/CMakeLists.txt b/CMakeLists.txt index fe42a682..da2158b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION add_compile_definitions(FMT_CONSTEVAL=) endif() +if (APPLE) + enable_language(OBJC OBJCXX) +endif() + option(ENABLE_OPENGL "Enables the OpenGL backend" ON) option(ENABLE_VULKAN "Enables the Vulkan backend" ON) option(ENABLE_DISCORD_RPC "Enables the Discord Rich Presence feature" ON)