diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-07 08:08:53 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-10 11:19:22 +0200 | 
| commit | ebc24a6ab8bbf25620b2f524e94106e9f50cc86d (patch) | |
| tree | cad780272c713dbf4d64b2671154cafb11fbe696 | |
| parent | e07bde4423eee88d9f9a02b179480de3129d9c93 (diff) | |
proto/evdev: that didn't make sense
| -rw-r--r-- | proto-libevdev/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/proto-libevdev/CMakeLists.txt b/proto-libevdev/CMakeLists.txt index f2809c93..04f6924e 100644 --- a/proto-libevdev/CMakeLists.txt +++ b/proto-libevdev/CMakeLists.txt @@ -5,6 +5,6 @@ if(LINUX OR APPLE)          otr_module(proto-libevdev)          pkg_check_modules(libevdev REQUIRED QUIET libevdev)          target_link_libraries(opentrack-proto-libevdev ${libevdev_LIBRARIES}) -        include_directories(opentrack-proto-libevdev SYSTEM PUBLIC ${libevdev_INCLUDE_DIRS}) +        target_include_directories(opentrack-proto-libevdev SYSTEM PUBLIC ${libevdev_INCLUDE_DIRS})      endif()  endif() | 
