mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 19:32:52 +00:00
10 lines
410 B
CMake
10 lines
410 B
CMake
set(desktop_SRCS
|
|
desktop.cpp
|
|
../../toolboxes/internaltoolbox.cpp)
|
|
|
|
kde4_add_plugin(plasma_containment_saverdesktop ${desktop_SRCS})
|
|
target_link_libraries(plasma_containment_saverdesktop ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
|
|
|
|
install(TARGETS plasma_containment_saverdesktop DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-containment-saverdesktop.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|