kde-workspace/kioslave/remote/CMakeLists.txt
Ivailo Monev 591b538337 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:13:13 +00:00

25 lines
527 B
CMake

add_subdirectory( kdedmodule )
if(ENABLE_TESTING)
add_subdirectory(tests)
endif()
set(libkioremote_SRCS kio_remote.cpp remoteimpl.cpp)
########### 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})
install(TARGETS kio_remote DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
########### install files ###############
install(FILES remote.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR})