kde-workspace/khotkeys/test/CMakeLists.txt
2015-09-04 23:20:01 +00:00

10 lines
321 B
CMake

MACRO(KHOTKEYS_UNIT_TESTS)
FOREACH(_testname ${ARGN})
kde4_add_test(${_testname} ${_testname}.cpp)
target_link_libraries(${_testname} khotkeysprivate ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY})
ENDFOREACH(_testname)
ENDMACRO(KHOTKEYS_UNIT_TESTS)
KHOTKEYS_UNIT_TESTS(
kdedmodule_daemon_test )