SDL/cmake
ShuangLiu1992 f4fc4719a5 fix CheckCOCOA on modern CMake
Modern CMake doesn't need "LANGUAGE C" for Objective-C
set_source_files_properties(${COCOA_SOURCES} PROPERTIES LANGUAGE C) should be removed fro video/cocoa/*.m as well otherwise project won't compile
see also d3cc5764c0
2022-05-21 09:53:50 -07:00
..
macros.cmake cmake: enable_language(OBJC) only for APPLE 2022-02-05 18:50:00 +03:00
sdlchecks.cmake fix CheckCOCOA on modern CMake 2022-05-21 09:53:50 -07:00