mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 03:12:51 +00:00
11 lines
414 B
CMake
11 lines
414 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 ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-containmentactions-paste.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|