kde-workspace/kcontrol/kded/CMakeLists.txt

20 lines
366 B
Text
Raw Normal View History

2014-11-15 03:14:34 +02:00
########### next target ###############
set(kcm_kded_PART_SRCS kcmkded.cpp )
kde4_add_plugin(kcm_kded ${kcm_kded_PART_SRCS})
target_link_libraries(kcm_kded KDE4::kdeui)
2014-11-15 03:14:34 +02:00
install(TARGETS kcm_kded DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
2014-11-15 03:14:34 +02:00
########### install files ###############
install( FILES kcmkded.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )