diff options
author | Frédéric Simonis <simonisfrederic@gmail.com> | 2020-06-16 10:31:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-18 20:33:17 (GMT) |
commit | 9ffd2c70bff9eddc3cd056889212a3d12cdd9ead (patch) | |
tree | d2224f97c91bf57c93db5e61d14da5cfc66f0ea3 /Tests/CMakeLists.txt | |
parent | e70083ce51ff09dc11305311be99c46f7b161d4d (diff) | |
download | CMake-9ffd2c70bff9eddc3cd056889212a3d12cdd9ead.zip CMake-9ffd2c70bff9eddc3cd056889212a3d12cdd9ead.tar.gz CMake-9ffd2c70bff9eddc3cd056889212a3d12cdd9ead.tar.bz2 |
FindSDL: Add SDL_INCLUDE_DIRS, SDL_LIBRARIES, and SDL::SDL
Also provide `SDL_VERSION[_{MAJOR,MINOR,PATCH}]`.
Fixes: #12911
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index b771ff5..b053b1b 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1452,6 +1452,7 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH Patch PostgreSQL Protobuf + SDL SQLite3 TIFF Vulkan |