Skip to content

Commit 1db0a08

Browse files
committed
Enable OBJC on Apple
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent b3007a9 commit 1db0a08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ endif()
1717

1818
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
1919

20+
if (APPLE)
21+
enable_language(OBJC OBJCXX)
22+
endif()
23+
2024
project("UnleashedRecomp-ALL")
2125

2226
if (CMAKE_OSX_ARCHITECTURES)

0 commit comments

Comments
 (0)