Fix build.

This commit is contained in:
Christophe Giboudeaux 2016-05-28 17:09:24 +02:00
parent 202f4beeba
commit abe582c27d

View file

@ -3,6 +3,6 @@
########################################################
set( testLibinputDevice_SRCS device_test.cpp mock_libinput.cpp ../../libinput/device.cpp )
add_executable(testLibinputDevice ${testLibinputDevice_SRCS})
target_link_libraries( testLibinputDevice Qt5::Test)
target_link_libraries( testLibinputDevice Libinput::Libinput Qt5::Test)
add_test(kwin-testLibinputDevice testLibinputDevice)
ecm_mark_as_test(testLibinputDevice)