kde-workspace/plasma/runners/sessions/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
379 B
CMake

set(krunner_sessions_SRCS
sessionrunner.cpp
)
kde4_add_plugin(krunner_sessions ${krunner_sessions_SRCS})
target_link_libraries(krunner_sessions
KDE4::kio
KDE4::plasma
kworkspace
)
install(
TARGETS krunner_sessions
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-runner-sessions.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)