diff --git a/CMakeLists.txt b/CMakeLists.txt index b41ae44..95cf36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,10 @@ endif() set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") +if (APPLE) + enable_language(OBJC OBJCXX) +endif() + project("UnleashedRecomp-ALL") if (CMAKE_OSX_ARCHITECTURES)