kwin/effects/slidingpopups/CMakeLists.txt
Marco Martin 99e23ca6f7 a new effect: windows with the atom _KDE_SLIDE set on them (composed by
a number identifying north/south/west/east and a screen coord) will
appear with a slide animation.
used for popups that come out of panels

svn path=/trunk/KDE/kdebase/workspace/; revision=1001604
2009-07-23 19:06:50 +00:00

12 lines
295 B
CMake

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