15 lines
295 B
Text
15 lines
295 B
Text
|
set(SCENE_QPAINTER_SRCS scene_qpainter.cpp)
|
||
|
|
||
|
add_library(KWinSceneQPainter MODULE scene_qpainter.cpp)
|
||
|
target_link_libraries(KWinSceneQPainter
|
||
|
kwin
|
||
|
SceneQPainterBackend
|
||
|
)
|
||
|
|
||
|
install(
|
||
|
TARGETS
|
||
|
KWinSceneQPainter
|
||
|
DESTINATION
|
||
|
${PLUGIN_INSTALL_DIR}/org.kde.kwin.scenes/
|
||
|
)
|