kde-workspace/plasma/containmentactions/switchwindow/CMakeLists.txt
Ivailo Monev 54bd23f900 libs: drop startup feature of KTaskManager
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-29 15:07:00 +03:00

21 lines
494 B
CMake

project(plasma-containmentactions-switchwindow)
set(switchwindow_SRCS
switch.cpp
config.ui
)
kde4_add_plugin(plasma_containmentactions_switchwindow ${switchwindow_SRCS})
target_link_libraries(plasma_containmentactions_switchwindow
KDE4::plasma
kworkspace
)
install(
TARGETS plasma_containmentactions_switchwindow
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-containmentactions-switchwindow.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)