CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 20: Line 20:
* [[CMake Editors Support|Editors/IDEs with CMake support]]
* [[CMake Editors Support|Editors/IDEs with CMake support]]
* [[CMake Generator Specific Information|Generator Specific Information]]
* [[CMake Generator Specific Information|Generator Specific Information]]
* [[CMake User Contributed Macros| Macros contributed by Users]]
* [[CMake:Module Maintainers|Module Maintainers]]
* [[CMake:Module Maintainers|Module Maintainers]]
* [[CMake:VariablesListsStrings| On variables, lists, strings, maps, regexps, etc.]]
* [[CMake:VariablesListsStrings| On variables, lists, strings, maps, regexps, etc.]]
Line 44: Line 45:
* [[CMake:GNU style example | GNU style directory layout with CMake]]
* [[CMake:GNU style example | GNU style directory layout with CMake]]


* [[CMake:Eclipse| CMake with Eclipse]]<br>Describes one way of setting up your project to work with Eclipse 3.3 and CDT 4.0, better know as Eclipse Europa.
* [[CMake:Install Commands| Replacing deprecated INSTALL_FILES, INSTALL_PROGRAMS, and INSTALL_TARGETS commands]]


===Converters from other buildsystems to CMake===
===Converters from other buildsystems to CMake===
Line 74: Line 72:
* [[CMake:Experiments With Lua|Experiments With Lua]]
* [[CMake:Experiments With Lua|Experiments With Lua]]
* [[CMake Performance Tips|Performance Tips]]
* [[CMake Performance Tips|Performance Tips]]
* [[CMake User Contributed Macros| Macros contributed by Users]]
* [[CMake:Install Commands| Replacing deprecated INSTALL_FILES, INSTALL_PROGRAMS and INSTALL_TARGETS commands]]


==CTest==
==CTest==

Revision as of 16:40, 30 December 2007

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.

CMake

Primary Resources - Look here first!

Development Topics

Tutorials

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


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.

  • am2cmake (requires Ruby) Converts automake/autotools/libtool based projects to CMake, spezialiced 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.

Success Stories

More Topics

CTest

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.

More Information


CPack

Tutorials

More Information




CMake: [Welcome | Site Map]