2016-06-20 09:21:16 +00:00
|
|
|
add_executable(copy copy.cpp)
|
2021-01-30 16:18:21 +00:00
|
|
|
target_link_libraries(copy Qt::Gui)
|
2016-06-20 09:21:16 +00:00
|
|
|
ecm_mark_as_test(copy)
|
|
|
|
######################
|
|
|
|
add_executable(paste paste.cpp)
|
2021-01-30 16:18:21 +00:00
|
|
|
target_link_libraries(paste Qt::Gui)
|
2016-06-20 09:21:16 +00:00
|
|
|
ecm_mark_as_test(paste)
|
2016-11-15 15:48:20 +00:00
|
|
|
######################
|
|
|
|
add_executable(kill kill.cpp)
|
2021-01-30 16:18:21 +00:00
|
|
|
target_link_libraries(kill Qt::Widgets)
|
2016-11-15 15:48:20 +00:00
|
|
|
ecm_mark_as_test(kill)
|