kwin/effects/screenshot/CMakeLists.txt
Martin Gräßlin 49fea7de58 New screenshot effect.
Saves an image of the active window into the home directory when triggered.
It uses an OpenGL FBO and by that can include the alpha channel and the decoration shadows.

svn path=/trunk/KDE/kdebase/workspace/; revision=1157682
2010-07-31 20:55:48 +00:00

12 lines
283 B
CMake

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