2 ########### next target ###############
4 set(kcm_kwindesktop_PART_SRCS desktop.cpp)
6 kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
8 target_link_libraries(kcm_kwindesktop ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} ${X11_LIBRARIES})
10 install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
13 ########### install files ###############
14 install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )