Warning, /plasma/plasma-mobile/containments/homescreens/halcyon/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2022-2023 Devin Lin <devin@kde.org> 0002 # SPDX-License-Identifier: GPL-2.0-or-later 0003 0004 set(homescreen_SRCS 0005 homescreen.cpp 0006 ) 0007 0008 add_library(org.kde.plasma.mobile.homescreen.halcyon MODULE ${homescreen_SRCS}) 0009 0010 target_link_libraries(org.kde.plasma.mobile.homescreen.halcyon 0011 Qt::Gui 0012 Qt::Qml 0013 Qt::Quick 0014 Plasma::Plasma 0015 KF6::I18n 0016 KF6::Service 0017 KF6::KIOGui 0018 KF6::Notifications 0019 Plasma::KWaylandClient 0020 KF6::WindowSystem 0021 ) 0022 0023 install(TARGETS org.kde.plasma.mobile.homescreen.halcyon DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) 0024 0025 plasma_install_package(package org.kde.plasma.mobile.homescreen.halcyon) 0026 0027 add_subdirectory(plugin)