CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 34: Line 34:
* [[CMake:How To Build KDE4 Software | How to build KDE4 software with cmake]]
* [[CMake:How To Build KDE4 Software | How to build KDE4 software with cmake]]


* [http://qtnode.net/wiki/Qt_with_cmake Using cmake For Qt3/KDE3 and for Qt4 applications]]
* [http://qtnode.net/wiki/Qt_with_cmake Qt with CMake] Explains how to use CMake to build software with Qt4 and how to use it for Qt3 and KDE3 applications


===CTest===
===CTest===

Revision as of 21:07, 1 September 2006

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.

Development Topics

CMake

CTest

CPack

Tutorials

CMake

  • Qt with CMake Explains how to use CMake to build software with Qt4 and how to use it for Qt3 and KDE3 applications

CTest

  • 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.

CPack

Administrative topics



CMake: [Welcome | Site Map]