From 46b1ab7766530bd654a0e84bf46285bad9620410 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 12 Jun 2014 07:21:33 +0200 Subject: one more libevdev pkgconfig typo Issue: #31 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 54a12f13..2b2e9f99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -334,7 +334,7 @@ if(SDK_ENABLE_LIBEVDEV) opentrack_library(opentrack-proto-libevdev) pkg_check_modules(libevdev REQUIRED QUIET libevdev) include_directories(${libevdev_INCLUDE_DIRS}) - target_link_libraries(opentrack-proto-libevdev ${libevdev-LIBRARIES}) + target_link_libraries(opentrack-proto-libevdev ${libevdev_LIBRARIES}) endif() if(SDK_FSUIPC) -- cgit v1.2.3