Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kioslave / remote / CMakeLists.txt
blob9111806e0464f084e13108376316a4ccc523b942
3 add_subdirectory( kdedmodule ) 
4 add_subdirectory( tests ) 
8 set(libkioremote_SRCS kio_remote.cpp remoteimpl.cpp )
10 ########### next target ###############
12 set(kio_remote_PART_SRCS ${libkioremote_SRCS})
15 kde4_add_plugin(kio_remote ${kio_remote_PART_SRCS})
18 target_link_libraries(kio_remote  ${KDE4_KIO_LIBS})
20 install(TARGETS kio_remote  DESTINATION ${PLUGIN_INSTALL_DIR} )
23 ########### install files ###############
25 install( FILES remote.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )