Add general description
This commit is contained in:
parent
7cbd06577c
commit
a87e3fa8d6
20
README.md
20
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
|
||||
|
Reference in New Issue
Block a user