summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Allow to use global LZO library instead of miniLZOTobias Junghans2018-11-221-0/+31
| | | | | The complete LZO library nowadays is installed on many systems so we can optionally make use of it and omit internal miniLZO implementation.
* CMake: look for SDL2 instead of SDLChristian Beier2018-07-301-0/+173
| | | | | FindSDL2.cmake was downloaded from https://github.com/tcbrindle/sdl2-cmake-scripts/blob/master/FindSDL2.cmake
* CMake: include a FindFFMPEG module and use itChristian Beier2017-04-211-0/+227
Thankfully taken from https://github.com/robotology/ycm/blob/master/find-modules/FindFFMPEG.cmake