From a87e3fa8d68e22c781fed8981f1132df8478b673 Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Sun, 3 Feb 2019 08:25:08 +0100 Subject: [PATCH] Add general description --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index cd2cf66..ab60093 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # SDL2 CMake modules +This repository contains [CMake][] modules for finding and using the SDL2 +library as well as other related libraries: + +- [SDL2][] +- [SDL2_image][] +- [SDL2_ttf][] +- [SDL2_net][] +- [SDL2_mixer][] + +These modules are based on the SDL (1.2) modules, with the same names, +distributed with the CMake project. + + + +[CMake]: https://cmake.org +[SDL2]: https://www.libsdl.org +[SDL2_image]: https://www.libsdl.org/projects/SDL_image +[SDL2_ttf]: https://www.libsdl.org/projects/SDL_ttf +[SDL2_net]: https://www.libsdl.org/projects/SDL_net +[SDL2_mixer]: https://www.libsdl.org/projects/SDL_mixer