kwin/effects/fadedesktop/CMakeLists.txt
Lucas Murray 846496d2c1 Cleaned up the effects/ directory by moving each individual effect into
its own directory, cleaned up the effect config macros and renamed
"MakeTransparent" to "Translucency" so that it matches its visible name.

svn path=/trunk/KDE/kdebase/workspace/; revision=921749
2009-02-05 15:35:38 +00:00

12 lines
287 B
CMake

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