Fix build.
This commit is contained in:
parent
202f4beeba
commit
abe582c27d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue