You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
398 B
13 lines
398 B
add_executable(blendPictureTest blendpicture_test.cpp) |
|
set_target_properties(blendPictureTest PROPERTIES COMPILE_DEFINITIONS "NO_NONE_WINDOW") |
|
add_test(NAME xrenderutils-blendPictureTest COMMAND blendPictureTest) |
|
target_link_libraries(blendPictureTest |
|
kwinxrenderutils |
|
Qt::Test |
|
Qt::Gui |
|
Qt::X11Extras |
|
XCB::XCB |
|
XCB::RENDER |
|
XCB::XFIXES |
|
) |
|
ecm_mark_as_test(blendPictureTest)
|
|
|