2007-04-29 17:35:43 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
|
|
|
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
2008-05-12 12:13:52 +00:00
|
|
|
target_link_libraries(kcm_kwinoptions ${KDE4_KDEUI_LIBS})
|
2007-04-29 17:35:43 +00:00
|
|
|
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES kwinoptions.desktop kwinactions.desktop kwinadvanced.desktop
|
2007-07-20 19:11:20 +00:00
|
|
|
kwinfocus.desktop kwinmoving.desktop
|
2007-04-29 17:35:43 +00:00
|
|
|
DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|
|
|
|
|
|
kde4_install_icons( ${ICON_INSTALL_DIR} )
|