Warning, /plasma/plasma-mobile/containments/homescreens/halcyon/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
0002 # SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 set(homescreen_SRCS
0005     homescreen.cpp
0006     application.cpp
0007     applicationfolder.cpp
0008     applicationlistmodel.cpp
0009     pinnedmodel.cpp
0010     windowlistener.cpp
0011 )
0012 
0013 add_library(plasma_containment_phone_homescreen_halcyon MODULE ${homescreen_SRCS})
0014 
0015 target_link_libraries(plasma_containment_phone_homescreen_halcyon
0016                       Qt::Gui
0017                       KF5::Plasma
0018                       Qt::Qml
0019                       Qt::Quick
0020                       KF5::I18n
0021                       KF5::Service
0022                       KF5::KIOGui
0023                       KF5::Notifications
0024                       KF5::WaylandClient
0025                       KF5::WindowSystem
0026 )
0027 
0028 install(TARGETS plasma_containment_phone_homescreen_halcyon DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets)
0029 
0030 plasma_install_package(package org.kde.phone.homescreen.halcyon)