Warning, /plasma/libplasma/templates/qml-plasmoid6/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.16)
0002 
0003 project(plasma-%{APPNAMELC})
0004  
0005 find_package(ECM 1.4.0 REQUIRED NO_MODULE)
0006 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
0007 
0008 find_package(Plasma REQUIRED)
0009 
0010 # TODO: adapt "org.kde.plasma" here & elsewhere if needed (see README)
0011 plasma_install_package(package org.kde.plasma.%{APPNAMELC})