diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-01-17 02:53:37 -0800 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-01-17 02:53:37 -0800 |
| commit | 967d3481dff5cc2d696517d4097e496ff26a40f7 (patch) | |
| tree | 6b7412f626f5d9f10dba8920a2543dfd3c5a662e /CMakeLists.txt | |
| parent | a6714331ac84e0ee62e772122ac9bcd91f373c22 (diff) | |
libinput
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 587c3dac..4620ff54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,9 @@ find_package(Pango) find_package(GdkPixbuf) find_package(PAM) +find_package(LibInput REQUIRED) +include_directories(${LIBINPUT_INClUDE_DIRS}) + find_package(Backtrace) if(Backtrace_FOUND) include_directories("${Backtrace_INCLUDE_DIRS}") |
