Warning, /plasma/kwin/autotests/integration/helper/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_executable(copy copy.cpp) 0002 target_link_libraries(copy Qt::Gui) 0003 ecm_mark_as_test(copy) 0004 ###################### 0005 add_executable(paste paste.cpp) 0006 target_link_libraries(paste Qt::Gui) 0007 ecm_mark_as_test(paste) 0008 ###################### 0009 add_executable(kill kill.cpp) 0010 target_link_libraries(kill Qt::Widgets) 0011 ecm_mark_as_test(kill)