Warning, /frameworks/extra-cmake-modules/README.md is written in an unsupported language. File is not indexed.

0001 # Extra CMake Modules
0002 
0003 ## Introduction
0004 
0005 The Extra CMake Modules package, or ECM, adds to the modules provided by CMake,
0006 including ones used by ``find_package()`` to find common software, ones that
0007 can be used directly in ``CMakeLists.txt`` files to perform common tasks and
0008 toolchain files that must be specified on the commandline by the user.
0009 
0010 In addition, it provides common build settings used in software produced by the
0011 KDE community.
0012 
0013 While the driving force of this module is to reduce duplication in CMake scripts
0014 across KDE software, it is intended to be useful for any software that uses the
0015 CMake build system.
0016 
0017 For more information visit the documentation at https://api.kde.org/ecm/