mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
9ffd2c70bf
Also provide `SDL_VERSION[_{MAJOR,MINOR,PATCH}]`.
Fixes: #12911
12 lines
293 B
ReStructuredText
12 lines
293 B
ReStructuredText
FindSDL-update
|
|
--------------
|
|
|
|
* The :module:`FindSDL` module now provides:
|
|
|
|
* imported target ``SDL::SDL``,
|
|
|
|
* result variables ``SDL_LIBRARIES`` and ``SDL_INCLUDE_DIRS``,
|
|
|
|
* version variables ``SDL_VERSION``, ``SDL_VERSION_MAJOR``
|
|
``SDL_VERSION_MINOR``, and ``SDL_VERSION_PATCH``.
|