kde-workspace/plasma/containmentactions/switchwindow/CMakeLists.txt

13 lines
464 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
project(plasma-containmentactions-switchwindow)
set(switchwindow_SRCS
switch.cpp
2015-09-01 04:37:19 +03:00
config.ui
2014-11-13 19:30:51 +02:00
)
kde4_add_plugin(plasma_containmentactions_switchwindow ${switchwindow_SRCS})
target_link_libraries(plasma_containmentactions_switchwindow KDE4::plasma KDE4::kio)
2014-11-13 19:30:51 +02:00
install(TARGETS plasma_containmentactions_switchwindow DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-switchwindow.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})