CMake: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(→CMake) |
(→CMake) |
||
Line 27: | Line 27: | ||
===CMake=== | ===CMake=== | ||
* [http://www.linuxjournal.com/article/6700 Cross-Platform Software Development Using CMake]<br>Tutorial that should get anybody up to speed with CMake | * [http://www.linuxjournal.com/article/6700 Cross-Platform Software Development Using CMake]<br>Tutorial that should get anybody up to speed with CMake | ||
* [[CMake:Install Commands| How to write platform independent installation instructons]] | |||
* [[CMake HowToDoPlatformChecks| How to write platform checks with CMake]]<br>Describes how to implement platform or configure checks with CMake. | * [[CMake HowToDoPlatformChecks| How to write platform checks with CMake]]<br>Describes how to implement platform or configure checks with CMake. |
Revision as of 20:14, 3 October 2006
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
- Articles about CMake
- Platform Dependent Issues
- Various Editors / IDEs support
- Generator Specific Information
- Useful CMake Variables
- Macros contributed by Users
- CMake FAQ
- For CMake Hackers
CTest
CPack
Tutorials
CMake
- Cross-Platform Software Development Using CMake
Tutorial that should get anybody up to speed with CMake
- How to write platform checks with CMake
Describes how to implement platform or configure checks with CMake.
- How to find installed software with CMake
Describes how to search for and then use software packages 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
- 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.
- Generating Input Files For CTest
Describe more in details the concepts behind testing with CTest and also explans how to use CTest without using CMake.
CPack
- Packaging with CPack
Introduction to CPack, installing and packaging of software.
Administrative topics
- Where can I find more information about CMake?
- Where can I download CMake?
- What are some projects using CMake?