2015-09-01 04:37:19 +03:00
|
|
|
add_subdirectory( kdedmodule )
|
|
|
|
if(ENABLE_TESTING)
|
|
|
|
add_subdirectory(tests)
|
|
|
|
endif()
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
set(libkioremote_SRCS kio_remote.cpp remoteimpl.cpp)
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kio_remote_PART_SRCS ${libkioremote_SRCS})
|
|
|
|
|
|
|
|
kde4_add_plugin(kio_remote ${kio_remote_PART_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kio_remote ${KDE4_KIO_LIBS})
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(TARGETS kio_remote DESTINATION ${PLUGIN_INSTALL_DIR})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2015-09-01 04:37:19 +03:00
|
|
|
install(FILES remote.protocol DESTINATION ${SERVICES_INSTALL_DIR})
|
2014-11-15 04:16:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|