mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
11 lines
472 B
CMake
11 lines
472 B
CMake
project(plasma-containmentactions-switchdesktop)
|
|
|
|
set(switchdesktop_SRCS
|
|
desktop.cpp
|
|
)
|
|
|
|
kde4_add_plugin(plasma_containmentactions_switchdesktop ${switchdesktop_SRCS})
|
|
target_link_libraries(plasma_containmentactions_switchdesktop ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS plasma_containmentactions_switchdesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-containmentactions-switchdesktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|