Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kioslave / sftp / CMakeLists.txt
blob3aecc840cd8c536ff064961932ed363cfd294fe5
1 add_subdirectory(tests)
3 ########### next target ###############
5 set(kio_sftp_PART_SRCS 
6    process.cpp 
7    atomicio.cpp 
8    kio_sftp.cpp 
9    sftpfileattr.cpp 
10    ksshprocess.cpp )
13 kde4_add_plugin(kio_sftp ${kio_sftp_PART_SRCS})
16 target_link_libraries(kio_sftp ${KDE4_KIO_LIBS} ${KDE4_KPTY_LIBS})
18 install(TARGETS kio_sftp  DESTINATION ${PLUGIN_INSTALL_DIR} )
20 install( FILES sftp.protocol  DESTINATION  ${SERVICES_INSTALL_DIR} )