12 lines
247 B
Text
12 lines
247 B
Text
|
add_executable(blendPictureTest blendpicture_test.cpp)
|
||
|
target_link_libraries(blendPictureTest
|
||
|
kwinxrenderutils
|
||
|
Qt5::Test
|
||
|
Qt5::Gui
|
||
|
Qt5::X11Extras
|
||
|
XCB::XCB
|
||
|
XCB::RENDER
|
||
|
XCB::XFIXES
|
||
|
)
|
||
|
ecm_mark_as_test(blendPictureTest)
|