Warning, /utilities/kclock/src/plasmoid/KClock_1x2/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 # Copyright 2020 Han Young <hanyoung@protonmail.com>
0003 #
0004 # SPDX-License-Identifier: GPL-2.0-or-later
0005 #
0006 
0007 add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.kclock_1x2\")
0008 
0009 kcoreaddons_add_plugin(org.kde.plasma.kclock_1x2 SOURCES kclock_1x2.cpp kclock_1x2.h INSTALL_NAMESPACE plasma/applets)
0010 
0011 target_link_libraries(org.kde.plasma.kclock_1x2
0012     Qt6::Gui
0013     Qt6::DBus
0014     Plasma::Plasma
0015     KF6::I18n
0016 )
0017 
0018 install(FILES kclock_plasmoid_1x2.svg DESTINATION ${KDE_INSTALL_FULL_ICONDIR}/hicolor/scalable/apps/)
0019 plasma_install_package(package org.kde.plasma.kclock_1x2)