diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ce31aba8..8e2832fa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3122,3 +3122,6 @@ endif() if(SDL_TEST) add_subdirectory(test) endif() + +##### Fix Objective C builds ##### +set(CMAKE_OBJC_FLAGS "${CMAKE_OBJC_FLAGS} ${CMAKE_C_FLAGS}")