summaryrefslogtreecommitdiffstats
path: root/Modules/FindLibinput.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindLibinput: do not set Libinput_VERSION_STRINGFrederik Gladhorn2018-10-181-1/+0
| | | | Libinput_VERSION is enough, this is redundant
* FindLibinput: Use _COMPILE_OPTIONS instead of _DEFINITIONSFrederik Gladhorn2018-10-161-3/+3
| | | | The value may contain flags.
* FindLibinput: Add module to find libinputFrederik Gladhorn2018-10-111-0/+83
This module is inspired by one from KDE's KWin.