Simple Directmedia Layer
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: cocoa video backend needs IOKit framework

Fixes libsdl-org/SDL#11628

+1
+1
cmake/sdlchecks.cmake
··· 629 629 endif() 630 630 if(HAVE_COCOA) 631 631 sdl_glob_sources("${SDL3_SOURCE_DIR}/src/video/cocoa/*.m") 632 + set(SDL_FRAMEWORK_IOKIT 1) 632 633 set(SDL_VIDEO_DRIVER_COCOA 1) 633 634 set(HAVE_SDL_VIDEO TRUE) 634 635 endif()