kde-workspace/plasma/applets/pager/CMakeLists.txt
Ivailo Monev d9112916cc plasma: reimplement pager applet
no configuration and drag-n-drop yet because I've something in mind
which has to be tested and done before the configuration is

on a side note: the size of the applet is correct now when a virtual
desktop is removed

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-26 21:10:17 +03:00

20 lines
356 B
CMake

project(plasma-applet-pager)
set(pager_SRCS
pager.cpp
)
kde4_add_plugin(plasma_applet_pager ${pager_SRCS})
target_link_libraries(plasma_applet_pager
KDE4::plasma
)
install(
TARGETS plasma_applet_pager
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-applet-pager.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)