Development/Tutorials/CMake: Difference between revisions

    From KDE TechBase
    No edit summary
    (Replaced content with "Moved to https://community.kde.org/Guidelines_HOWTOs/CMake")
     
    (3 intermediate revisions by one other user not shown)
    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.
    Moved to https://community.kde.org/Guidelines_HOWTOs/CMake
     
    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/Frameworks|Using a framework]]: introduces you to using a KDE Framework - finding the package and linking your program against it..
    * [[Development/Tutorials/CMake/Installation|Installating your project]]: shows how to find a package ([http://api.kde.org/ecm/manual/ecm.7.html Extra CMake Modules]), use a module provided by it ([http://api.kde.org/ecm/kde-module/KDEInstallDirs.html KDEInstallDirs]), and use the information provided by that module to install an executable.
    * [[Development/Tutorials/CMake/KDE4|KDELibs4-based projects]]

    Latest revision as of 15:59, 10 March 2016