kde-workspace/kwin/effects/snaphelper/CMakeLists.txt
Ivailo Monev 07740336ad kwin: make the builtin effects really builtin
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-09-08 00:51:09 +00:00

11 lines
289 B
CMake

#######################################
# Effect
# Source files
set(kwin4_effect_builtins_sources
${kwin4_effect_builtins_sources}
effects/snaphelper/snaphelper.cpp
)
# .desktop files
install(FILES effects/snaphelper/snaphelper.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kwin)