mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
8 lines
381 B
Text
8 lines
381 B
Text
![]() |
|
||
|
set(griddesktop_SRCS griddesktop.cpp)
|
||
|
|
||
|
kde4_add_plugin(plasma_containment_griddesktop ${griddesktop_SRCS})
|
||
|
target_link_libraries(plasma_containment_griddesktop ${KDE4_PLASMA_LIBS} plasma_groupingcontainment)
|
||
|
|
||
|
install(TARGETS plasma_containment_griddesktop DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
install(FILES plasma-containment-griddesktop.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|