kde-workspace/plasma/containmentactions/paste/CMakeLists.txt
Ivailo Monev efbde9e504 plasma: organize sub-directories
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-24 22:48:47 +02:00

11 lines
404 B
CMake

project(plasma-containmentactions-paste)
set(paste_SRCS
paste.cpp
)
kde4_add_plugin(plasma_containmentactions_paste ${paste_SRCS})
target_link_libraries(plasma_containmentactions_paste ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
install(TARGETS plasma_containmentactions_paste DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-paste.desktop DESTINATION ${SERVICES_INSTALL_DIR})