Merge topic 'FindSDL-update'

9ffd2c70bf FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDL

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4902
This commit is contained in:
Brad King
2020-06-19 12:16:33 +00:00
committed by Kitware Robot
6 changed files with 124 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
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``.