mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
10 lines
345 B
CMake
10 lines
345 B
CMake
|
|
set(panel_SRCS
|
|
panel.cpp
|
|
)
|
|
|
|
kde4_add_plugin(plasma_containment_panel ${panel_SRCS})
|
|
target_link_libraries(plasma_containment_panel ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS plasma_containment_panel DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-containment-panel.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|