mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
FindLibinput: Add module to find libinput
This module is inspired by one from KDE's KWin.
This commit is contained in:
committed by
Brad King
parent
e2dd6ac977
commit
f76047f34a
@@ -165,6 +165,7 @@ They are normally called through the :command:`find_package` command.
|
||||
/module/FindLAPACK
|
||||
/module/FindLATEX
|
||||
/module/FindLibArchive
|
||||
/module/FindLibinput
|
||||
/module/FindLibLZMA
|
||||
/module/FindLibXml2
|
||||
/module/FindLibXslt
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/FindLibinput.cmake
|
||||
@@ -0,0 +1,6 @@
|
||||
find_libinput
|
||||
-------------
|
||||
|
||||
* The :module:`FindLibinput` module was added to find `libinput`_.
|
||||
|
||||
.. _`libinput`: https://www.freedesktop.org/wiki/Software/libinput/
|
||||
Reference in New Issue
Block a user