Warning, /frameworks/extra-cmake-modules/tests/KDEPackageAppTemplatesTest/qml-plasmoid/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.5)
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(KF5Plasma REQUIRED)
0009 
0010 plasma_install_package(package org.kde.%{APPNAMELC})