CMake

From KitwarePublic

Jump to: navigation, search

CMakeBanner.jpg

Welcome to CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.

You will find here not only documentation for CMake, but also for CPack and CTest.

Contents

[edit] CMake

[edit] Primary Resources - Look here first!

[edit] Development Topics

[edit] Tutorials

[edit] Basic Introductions

[edit] Specific Topics

  • Qt with CMake
    Explains how to use CMake to build software with Qt4, Qt3 and KDE3.

[edit] Converters from other buildsystems to CMake

All converters listed here are not "complete", i.e. the generated CMake files are not 100% finished, in all cases some work is left for the developer.

[edit] automake/autotools/autoconf

  • am2cmake (requires Ruby) Converts automake/autotools/libtool based projects to CMake, specialized in converting from KDE 3 to KDE 4, should also work for others. This one has been used for converting the KDE buildsystem to CMake.

[edit] qmake


[edit] Visual Studio

[edit] Basic CMakeLists.txt from-scratch-generator

[edit] Success Stories

[edit] More Topics

[edit] CTest

[edit] Tutorials

  • Testing With CTest
    Introduces to testing with CTest, submitting dashboards, and using CMake to add tests to the test system.
  • CTest Scripting
    Describes the scripting with CTest which can significantly simplify and automate testing and submitting dashboards.

[edit] More Information

[edit] More Topics

[edit] CPack

[edit] Tutorials

[edit] More Information

[edit] CDash



CMake: [Welcome | Site Map]
Personal tools