CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(spam)
Line 9: Line 9:


==Primary Resources - Look here first! ==
==Primary Resources - Look here first! ==
* [http://www.allwritingsource.co.uk/graduation-thesis-dissertation.php/ Graduation Thesis Dissertation]
* [http://www.allwritingsource.co.uk/essay-help.php/ Essays Help]
* Where can I [http://www.cmake.org/HTML/Download.html download CMake]?
* Where can I [http://www.cmake.org/HTML/Download.html download CMake]?
* [http://www.cmake.org/HTML/Documentation.html CMake Documentation]
* [http://www.cmake.org/HTML/Documentation.html CMake Documentation]
Line 32: Line 28:
* [[CMake Released Versions|Documentation for previous releases]]
* [[CMake Released Versions|Documentation for previous releases]]
* [[CMake Version Compatibility Matrix|Matrix for checking backwards-compatibility of current features]]
* [[CMake Version Compatibility Matrix|Matrix for checking backwards-compatibility of current features]]
===great article===
* [[http://www.dissertationmojo.co.uk Dissertation Help uk]]
* [[http://www.dissertationmojo.co.uk/dissertation-topics/ dissertation topics]]
* [[http://www.essayhelppros.co.uk/cheap-essays.php cheap custom essays]]
* [[http://www.essayhelppros.co.uk/uk-essay-help.php essay help uk]]
* [[http://www.customessayhelp.com/write-my-essay.html write my essay]]
* [[http://www.dissertationmojo.co.uk/uk-dissertations/ uk dissertations]
* [[http://www.dissertationmojo.co.uk/dissertation-writing-services/ Dissertaion Service]]
* [http://www.outdoorfountains.com/ outdoor fountains]
* [[http://www.dissertationmojo.co.uk/dissertation-writers/ Dissertation Writers]]
* [[http://www.dissertationinn.co.uk/ Dissertation Help]]
* [[http://www.dissertationinn.co.uk/buy-dissertation/ Buy Dissertation]]
* [[http://www.dissertationinn.co.uk/dissertation-service/ Dissertation Service]]
* [[http://www.essayhelppros.co.uk/uk-essay-writing.php uk essay writing]]


==Tutorials==
==Tutorials==
Line 207: Line 188:


{{CMake/Template/Footer}}
{{CMake/Template/Footer}}
===Essay Topics===
* [http://www.essaymojo.co.uk/UK-Essay-Help.php/ Buy Essay]
* [http://www.essaymojo.co.uk/dissertation.php/ Dissertation Help]
* [http://www.essaymojo.co.uk/dissertation.php/ Dissertation Writing]
* [http://www.essaymojo.co.uk/dissertation-proposal.php/ Dissertation Proposal]
* [http://www.essaymojo.co.uk/dissertation.php/ Help With Dissertation]
* [http://www.essaymojo.co.uk/ Cheap Custom Essays]
other one
[http://www.essayinn.co.uk/ Essays Help]
[http://www.essayinn.co.uk/cheap-custom-essays/  Cheap Custom Essays]
[http://www.essayinn.co.uk/buy-an-essay/ Buy Essay]
[http://www.essayinn.co.uk/ Essays Writing]
[http://www.essayinn.co.uk/university-essay/ University Essays]
[http://www.essayinn.co.uk/write-my-essay/ Write My Essay]
[http://www.essayinn.co.uk/uk-essay-writing/ UK Essay Writing]
[http://www.essaymojo.co.uk/essay-service.php/ Essay Writing]
[http://www.essaymojo.co.uk/university-essays-uk.php/ University Essays]
[http://www.essaymojo.co.uk/write-my-essay.php/ Write My Essay]
[http://www.essayhelppros.com Essay Writing]
[http://www.essayhelppros.com/cheap-custom-essay.php/ Cheap Custom Essay]
[http://www.essayhelppros.com/analysis-essay.php/ Analysis Essay]
[http://www.essayhelppros.com/buy-essay.php/ Buy Essay]
[http://www.essayhelppros.com/essay-writers.php/ Essay Writers]

Revision as of 16:51, 16 May 2011

CMake-logo-download.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

Basic Introductions

Finding stuff and platform checking

  • How to find libraries
    Describes how to use external libraries in a CMake project and how to write your own find modules for libraries that don't already have one.

How to use CMake with specific Libraries

  • Qt with CMake
    Explains how to use CMake to build software with Qt4, Qt3 and KDE3.

Recipes

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.

automake/autotools/autoconf

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

qmake

Visual Studio

Basic CMakeLists.txt from-scratch-generator

  • gencmake (requires Ruby) Creates basic CMakeLists.txt files from looking at the existing files.
  • CMakeListGenerator (Win32) Creates complete CMakeLists.txt files as described in the README using a combination of file and directory structure analysis. Supports resolving dependencies between multiple archives.

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

More Topics

CDash

CPack

Tutorials

Recipes




CMake: [Welcome | Site Map]