summaryrefslogtreecommitdiffstats
path: root/Modules/FindLibinput.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* 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.