kde-workspace/plasma/containmentactions/contextmenu/CMakeLists.txt
Ivailo Monev accd8f09c3 generic: drop support for locking
first thing first - that feature was not in the spec and still is not,
people fucked up at some level and now things like gnome-screensaver are
just deprecated, that is the bottom line

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-20 03:20:39 +03:00

20 lines
481 B
CMake

project(plasma-containmentactions-contextmenu)
set(contextmenu_SRCS
menu.cpp
)
kde4_add_plugin(plasma_containmentactions_contextmenu ${contextmenu_SRCS})
target_link_libraries(plasma_containmentactions_contextmenu
KDE4::plasma KDE4::kio
kworkspace
)
install(
TARGETS plasma_containmentactions_contextmenu
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-containmentactions-contextmenu.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)