846496d2c1
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
20 lines
495 B
CMake
20 lines
495 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
explosion/explosion.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
explosion/explosion.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
# Data files
|
|
install( FILES
|
|
explosion/data/explosion-end.png
|
|
explosion/data/explosion-start.png
|
|
explosion/data/explosion.frag
|
|
explosion/data/explosion.vert
|
|
DESTINATION ${DATA_INSTALL_DIR}/kwin )
|