CMake: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 62: Line 62:


* [[BuildingWinDLL| How to export symbols from a Windows DLL for the non-Windows Developer]]
* [[BuildingWinDLL| How to export symbols from a Windows DLL for the non-Windows Developer]]
* [[BuildingOSXApplications| How to create a Stand Alone OS X Application bundle with Qt Support]]


* [[VSConfigSpecificSettings| Configuration Specific Settings for Visual Studio Generated Project Files]]
* [[VSConfigSpecificSettings| Configuration Specific Settings for Visual Studio Generated Project Files]]


* [[BundleUtilitiesExample| How to use the 'BundleUtilities' to deploy your OS X Application]]
* [[BundleUtilitiesExample| How to use the 'BundleUtilities' to deploy your OS X Application. Example uses Qt 4.]]


* [[CMakeForFortranExample|How to write a simple CMakeLists.txt for Fortran code]]
* [[CMakeForFortranExample|How to write a simple CMakeLists.txt for Fortran code]]

Revision as of 02:47, 4 December 2008

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

Specific Topics

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

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

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

CPack

Tutorials

More Information

CDash



CMake: [Welcome | Site Map]