kwin/effects/backgroundcontrast/CMakeLists.txt
Marco Martin 4036f179fc one single pass, get rid of cached version
* this effect is way cheaper than blur, don't cache it
* use its own atom
* also pass the matrix in the x property
* remove remnants of the cache
* do just a single pass
* get rid of config ui remnants
2014-01-23 14:44:49 +01:00

14 lines
437 B
CMake

#######################################
# Effect
# Source files
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
backgroundcontrast/contrast.cpp
backgroundcontrast/contrastshader.cpp )
kde4_add_kcfg_files(kwin4_effect_builtins_sources backgroundcontrast/contrastconfig.kcfgc)
# .desktop files
install( FILES
backgroundcontrast/contrast.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )