kde-workspace/khotkeys/test/CMakeLists.txt

11 lines
321 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
MACRO(KHOTKEYS_UNIT_TESTS)
2015-09-04 23:20:01 +00:00
FOREACH(_testname ${ARGN})
kde4_add_test(${_testname} ${_testname}.cpp)
target_link_libraries(${_testname} khotkeysprivate ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY})
ENDFOREACH(_testname)
2014-11-13 19:30:51 +02:00
ENDMACRO(KHOTKEYS_UNIT_TESTS)
KHOTKEYS_UNIT_TESTS(
kdedmodule_daemon_test )