kwin/effects/boxswitch/CMakeLists.txt
Martin Gräßlin 8b3cb14094 Adding a proxy effect to BoxSwitch and using it in CoverSwitch to render the additional thumbnail bar.
By that removing lots of duplicated code from CoverSwitch.

svn path=/trunk/KDE/kdebase/workspace/; revision=1046395
2009-11-08 16:42:13 +00:00

27 lines
655 B
CMake

#######################################
# Effect
# Source files
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
boxswitch/boxswitch.cpp
boxswitch/boxswitch_proxy.cpp
)
# .desktop files
install( FILES
boxswitch/boxswitch.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
#######################################
# Config
# Source files
set( kwin4_effect_builtins_config_sources ${kwin4_effect_builtins_config_sources}
boxswitch/boxswitch_config.cpp
boxswitch/boxswitch_config.ui
)
# .desktop files
install( FILES
boxswitch/boxswitch_config.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )