kde-workspace/kcontrol/dnssd/CMakeLists.txt

21 lines
362 B
Text
Raw Normal View History

2014-11-15 03:14:34 +02:00
########### next target ###############
kde4_add_plugin(kcm_kdnssd kcmdnssd.cpp)
2014-11-15 03:14:34 +02:00
target_link_libraries(kcm_kdnssd
${KDE4_KDNSSD_LIBS}
${KDE4_KDEUI_LIBS}
)
2014-11-15 03:14:34 +02:00
install(
TARGETS kcm_kdnssd
DESTINATION ${PLUGIN_INSTALL_DIR}
)
2014-11-15 03:14:34 +02:00
########### install files ###############
install(
FILES kcm_kdnssd.desktop
DESTINATION ${SERVICES_INSTALL_DIR}
)