Add general description

This commit is contained in:
Amine B. Hassouna 2019-02-03 08:25:08 +01:00
parent 7cbd06577c
commit a87e3fa8d6

View File

@ -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