kde-workspace/kwin/effects/showpaint/CMakeLists.txt
Ivailo Monev 07740336ad kwin: make the builtin effects really builtin
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-09-08 00:51:09 +00:00

11 lines
284 B
CMake

#######################################
# Effect
# Source files
set(kwin4_effect_builtins_sources
${kwin4_effect_builtins_sources}
effects/showpaint/showpaint.cpp
)
# .desktop files
install(FILES effects/showpaint/showpaint.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kwin)