Warning, /plasma/kdeplasma-addons/applets/timer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 plasma_install_package(package org.kde.plasma.timer)
0002 
0003 ecm_add_qml_module(timerplugin URI org.kde.plasma.private.timer)
0004 target_sources(timerplugin PRIVATE plugin/timerplugin.cpp)
0005 target_link_libraries(timerplugin PRIVATE Qt::Core Qt::Qml)
0006 ecm_finalize_qml_module(timerplugin)
0007 
0008 install(FILES timer.svgz DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
0009 install(FILES plasma_applet_timer.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})