Development/Tutorials/CMake: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 1: Line 1:
This page contains some tutorials to help you get started on building a CMake-based buildsystem. This is the recommended way of building your software if you use KDE technologies, such as KDE Frameworks.
Reference documentation for using CMake with KDE software can be found at [[Development/CMake]].
* [[Development/Tutorials/CMake/FirstProject|A first CMake project]]: if you've never even looked at CMake code before, start here.
* [[Development/Tutorials/CMake/FirstProject|A first CMake project]]: if you've never even looked at CMake code before, start here.
* [[Development/Tutorials/CMake/IntroducingEcm|Introducing ECM]]: introduces you to using extra-cmake-modules, a collection of extensions to CMake maintained by KDE.
* [[Development/Tutorials/CMake/KDE4|KDELibs4-based projects]]
* [[Development/Tutorials/CMake/KDE4|KDELibs4-based projects]]

Revision as of 07:51, 28 July 2015

This page contains some tutorials to help you get started on building a CMake-based buildsystem. This is the recommended way of building your software if you use KDE technologies, such as KDE Frameworks.

Reference documentation for using CMake with KDE software can be found at Development/CMake.