diff options
author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-14 23:20:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-27 19:30:33 (GMT) |
commit | 13aee9720775c33468a5e0132f9851b88d5c7134 (patch) | |
tree | 2165dae39e399570ae1a01cb25fe5eadd09b8033 /Help/module | |
parent | 1279131a8e6d4f76b3b8c9ee3da75c0b47a8e5ad (diff) | |
download | CMake-13aee9720775c33468a5e0132f9851b88d5c7134.zip CMake-13aee9720775c33468a5e0132f9851b88d5c7134.tar.gz CMake-13aee9720775c33468a5e0132f9851b88d5c7134.tar.bz2 |
FindSDL_gfx: Add module to find another SDL component
Complement the several existing `FindSDL_*` modules.
Follow the pattern of the existing `FindSDL_mixer` module.
Fixes: #12004
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/FindSDL_gfx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/FindSDL_gfx.rst b/Help/module/FindSDL_gfx.rst new file mode 100644 index 0000000..e05d661 --- /dev/null +++ b/Help/module/FindSDL_gfx.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/FindSDL_gfx.cmake |