Warning, /plasma/kinfocenter/Modules/wayland/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>
0003 
0004 find_package(wayland-info)
0005 set_package_properties(wayland-info PROPERTIES
0006     TYPE RUNTIME
0007     URL "https://gitlab.freedesktop.org/wayland/wayland-utils"
0008     PURPOSE "Wayland KCM")
0009 
0010 add_definitions(-DTRANSLATION_DOMAIN=\"kcm_wayland\")
0011 
0012 kinfocenter_add_kcm(kcm_wayland main.cpp)
0013 target_link_libraries(kcm_wayland PRIVATE KF6::CoreAddons KF6::KCMUtilsQuick KF6::I18n KInfoCenterInternal)