Difference between revisions of "CMake"

From Lazarus wiki
Jump to navigationJump to search
(cmake is not an FPC or Lazarus package but an external tool)
Line 1: Line 1:
 
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.
 
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==
+
==Free Pascal==
CMake can be used for freepascal projects too. One project known to use CMake is Hedgewars.
+
CMake can be used for Free Pascal projects too. One project known to use CMake is Hedgewars.
 
   http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt
 
   http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt
  
Line 12: Line 12:
 
[[Category:FPC]]
 
[[Category:FPC]]
 
[[Category:Utilities]]
 
[[Category:Utilities]]
[[Category:Packages]]
 

Revision as of 11:30, 22 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 Free Pascal projects too. One project known to use CMake is Hedgewars.

 http://code.google.com/p/hedgewars/source/browse/hedgewars/CMakeLists.txt

More information

CMake: http://www.cmake.org/