Warning, /utilities/kclock/src/plasmoid/KClock_KWeather_3x3/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_kweather_3x3\")
0008 
0009 kcoreaddons_add_plugin(plasma_applet_kclock_kweather_3x3 SOURCES kclock_3x3.cpp INSTALL_NAMESPACE plasma/applets)
0010 
0011 target_link_libraries(plasma_applet_kclock_kweather_3x3
0012     Qt6::Gui
0013     Qt6::DBus
0014     Plasma::Plasma
0015     KF6::I18n
0016 )
0017 
0018 plasma_install_package(package org.kde.plasma.kclock_kweather_3x3)