kde-extraapps/kdeplasma-addons/applets/binary-clock/CMakeLists.txt
Ivailo Monev a4017a3a68 generic: preperations for kde-workspace changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-18 03:49:28 +03:00

21 lines
448 B
CMake

project(binaryclock)
set(binaryclock_SRCS binaryclock.cpp clockConfig.ui)
kde4_add_plugin(plasma_applet_binaryclock ${binaryclock_SRCS})
target_link_libraries(plasma_applet_binaryclock
KDE4::kdeui
KDE4::plasma
KDE4Workspace::plasmaclock
)
install(
TARGETS plasma_applet_binaryclock
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES plasma-applet-binaryclock.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)