kde-workspace/plasma/containments/screensaver/CMakeLists.txt

11 lines
420 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
set(desktop_SRCS
desktop.cpp
../../toolboxes/internaltoolbox.cpp)
2014-11-13 19:30:51 +02:00
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 ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containment-saverdesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
2014-11-13 19:30:51 +02:00