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

13 lines
468 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_LIBS} ${KDE4_KIO_LIBS})
install(TARGETS plasma_containmentactions_switchwindow DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-containmentactions-switchwindow.desktop DESTINATION ${SERVICES_INSTALL_DIR})