24eea94d0a
svn path=/trunk/KDE/kdebase/workspace/; revision=732648
15 lines
420 B
CMake
15 lines
420 B
CMake
|
|
########### next target ###############
|
|
|
|
set(kcm_kwindesktop_PART_SRCS desktop.cpp)
|
|
|
|
kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
|
|
|
|
target_link_libraries(kcm_kwindesktop ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KUTILS_LIBS} )
|
|
|
|
install(TARGETS kcm_kwindesktop DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|