mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
25 lines
624 B
CMake
25 lines
624 B
CMake
########### next target ###############
|
|
|
|
set(kcm_kwinoptions_PART_SRCS
|
|
windows.cpp
|
|
mouse.cpp
|
|
main.cpp
|
|
actions.ui
|
|
advanced.ui
|
|
focus.ui
|
|
mouse.ui
|
|
moving.ui
|
|
)
|
|
|
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
|
target_link_libraries(kcm_kwinoptions ${KDE4_KDEUI_LIBS})
|
|
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop
|
|
kwinfocus.desktop kwinmoving.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
kde4_install_icons( ${ICON_INSTALL_DIR} )
|