CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 18: Line 18:
* [[CMake Platform Dependent Issues|Platform Dependent Issues]]
* [[CMake Platform Dependent Issues|Platform Dependent Issues]]
* [[CMake Cross Compiling| Cross compiling with CMake]]
* [[CMake Cross Compiling| Cross compiling with CMake]]
* [[CMake Performance Tips|Performance Tips]]
* [[CMake RPATH handling|RPATH handling with CMake]]
* [[CMake RPATH handling|RPATH handling with CMake]]
* [[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 Released Versions|Documentation for previous CMake releases]]
* [[CMake Fortran Issues|Fortran Issues]]
* [[CMake User Contributed Macros| Macros contributed by Users]]
* [[CMake:For CMake Hackers|For CMake Hackers]]
* [[CMake:Module Maintainers|Module Maintainers]]
* [[CMake:Module Maintainers|Module Maintainers]]
* [[CMake:Experiments With Lua|Experiments With Lua]]
* [[CMake:VariablesListsStrings| On variables, lists, strings, maps, regexps, etc.]]
* [[CMake:VariablesListsStrings| On variables, lists, strings, maps, regexps, etc.]]
* [[CMake:OpenTasks| CMake TODO]]
* [[CMake:OpenTasks| CMake TODO]]
* [[CMake Released Versions|Documentation for previous CMake releases]]


===Tutorials===
===Tutorials===
Line 74: Line 69:
* What are some [[CMake Projects|projects using CMake]]?
* What are some [[CMake Projects|projects using CMake]]?


===More Specific Topics===
* [[CMake Fortran Issues|Fortran Issues]]
* [[CMake:For CMake Hackers|For CMake Hackers]]
* [[CMake:Experiments With Lua|Experiments With Lua]]
* [[CMake Performance Tips|Performance Tips]]
* [[CMake User Contributed Macros| Macros contributed by Users]]


==CTest==
==CTest==

Revision as of 16:35, 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
  • CMake with Eclipse
    Describes one way of setting up your project to work with Eclipse 3.3 and CDT 4.0, better know as Eclipse Europa.

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 Specific 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]