summaryrefslogtreecommitdiff
path: root/Tests/FindSDL
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-081-1/+1
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDLFrédéric Simonis2020-06-183-0/+47
Also provide `SDL_VERSION[_{MAJOR,MINOR,PATCH}]`. Fixes: #12911