kde-workspace/kioslave/remote/CMakeLists.txt

23 lines
465 B
Text
Raw Permalink Normal View History

2015-09-01 04:37:19 +03:00
add_subdirectory( kdedmodule )
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})
add_executable(kio_remote ${kio_remote_PART_SRCS})
2014-11-15 04:16:00 +02:00
target_link_libraries(kio_remote KDE4::kio)
2014-11-15 04:16:00 +02:00
install(TARGETS kio_remote DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR})
2014-11-15 04:16:00 +02:00
########### install files ###############
install(FILES remote.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
2014-11-15 04:16:00 +02:00