Skip to content

FindSDL_gfx: Add module to find another SDL component

Xavi92 requested to merge XaviDCR92/cmake:find-sdl_gfx into master

So far, CMake features Find*.cmake files for several SDL-based libraries such as SDL_mixer or SDL_image, but I was surprised to see no equivalent for SDL_gfx.

A copy of the file created by this PR, FindSDL_gfx.cmake, is already being successfully used in one of my projects, rts.

Fixes: #12004 (closed)

Edited by Brad King

Merge request reports