0f7ebac00e
I'm not completely sure if this is how the effect should look like. But I cannot verify, it fails on fglrx and cannot find a video on Youtube.
19 lines
461 B
CMake
19 lines
461 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
|
|
DESTINATION ${DATA_INSTALL_DIR}/kwin )
|