From 4b3e8425a30f34a41821716745314533fecf0436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 30 May 2016 18:03:42 +0200 Subject: [PATCH] [autotests/libinput] Add include_directories for libinput Libinput header is needed by the tests. --- autotests/libinput/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/libinput/CMakeLists.txt b/autotests/libinput/CMakeLists.txt index 1cddcfee6b..f710dbc184 100644 --- a/autotests/libinput/CMakeLists.txt +++ b/autotests/libinput/CMakeLists.txt @@ -1,3 +1,4 @@ +include_directories(${Libinput_INCLUDE_DIRS}) ######################################################## # Test Devices ########################################################