mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
11 lines
289 B
CMake
11 lines
289 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set(kwin4_effect_builtins_sources
|
|
${kwin4_effect_builtins_sources}
|
|
effects/dimscreen/dimscreen.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install(FILES effects/dimscreen/dimscreen.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}/kwin)
|