Difference between revisions of "CMake"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation...")
 
Line 3: Line 3:
 
==Free pascal==
 
==Free pascal==
 
CMake can be used for freepascal projects too. One project known to use CMake is Hedgewars: http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt
 
CMake can be used for freepascal projects too. One project known to use CMake is Hedgewars: http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt
 +
 +
 +
[[Category:FPC]]
 +
[[Category:Utilities]]
 +
[[Category:Packages]]

Revision as of 11:32, 21 March 2014

CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. 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.

Free pascal

CMake can be used for freepascal projects too. One project known to use CMake is Hedgewars: http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt