CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 5: Line 5:
==Development Topics==
==Development Topics==


===CMake===
* [[CMake Platform Dependent Issues|Platform Dependent Issues]]
* [[CMake Platform Dependent Issues|Platform Dependent Issues]]
* [[CMake Editors Support|Various Editors / IDEs support]]
* [[CMake Editors Support|Various Editors / IDEs support]]
* [[CMake Generator Specific Information|Generator Specific Information]]
* [[CMake Generator Specific Information|Generator Specific Information]]
* [[CMake Useful Variables|Useful CMake Variables]]
* [[CMake Useful Variables|Useful CMake Variables]]
* [[CTest:Submission Issues|CTest Submission Issues]]
* [[CMake User Contributed Macros| Macros contributed by Users]]
* [[CMake User Contributed Macros| Macros contributed by Users]]
* [[CMake FAQ]]
* [[CMake FAQ]]
* [[CMake:For CMake Hackers|For CMake Hackers]]
* [[CMake:For CMake Hackers|For CMake Hackers]]
===CTest===
* [[CTest:Submission Issues|CTest Submission Issues]]
* [[CTest:Nightly, Experimental, Continuous|CTest Nightly, Experimental, Continuous, ...]]


==Tutorials==
==Tutorials==

Revision as of 15:22, 20 March 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

Tutorials

CMake

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.

Administrative topics



CMake: [Welcome | Site Map]