mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
14 lines
358 B
CMake
14 lines
358 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
kscreen/kscreen.cpp
|
|
)
|
|
|
|
kde4_add_kcfg_files(kwin4_effect_builtins_sources kscreen/kscreenconfig.kcfgc)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
kscreen/kscreen.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|