Jump to content

CMake: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Image:Cmake.png|150px|right]]
{{Software
CMake is a multi-platform  open source build or [[make]] system. CMake is a family of tools designed to build, test and package software and 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.
|Name=CMake
|Version=3.17.0 (2020-03-20)
|Vendor=Kitware
|Author=Bill Hoffman
|Licence=[[Three clause BSD license]]
|WWW=https://cmake.org
}}
CMake is a multi-platform  open source build system. CMake is a family of tools designed to build, test and package software and 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.


==Version==
==Version==
* Last known version: cmake v3.4.1 (2016-01-06)
[[Image:Cmake.png|thumb]]
* 3.4.1 (2016-01-06) - Paul Smedley (OS/2 port)


====OS/2 text editors with CMake support====
==Text editor support==
* [[Lugaru Epsilon]] - CMake syntax highlighting and autoindent available as a separate download. - Commercial.
* [[Lugaru Epsilon]] - CMake syntax highlighting and autoindent available as a separate download.


==Publications==
==Publications==
Line 13: Line 21:
==Links==
==Links==
* [http://os2ports.smedley.id.au/index.php?page=cmake Paul Smedley's CMake port page]
* [http://os2ports.smedley.id.au/index.php?page=cmake Paul Smedley's CMake port page]
* [http://www.kitware.com/opensource/cmake.html Kitware] - CMake developers.
* [http://www.kitware.com/opensource/cmake.html Kitware] - CMake developers
* [https://cmake.org/ CMake homepage]


==License==
[[Category:Makefile generator]]
* Open source software released under the [[three clause BSD license]]
 
==Authors and publisher==
* Bill Hoffman (Original author)
* Paul Smedley (OS/2 port)
* Kitware
 
[[Category:Make]]

Revision as of 23:55, 27 March 2020

CMake
[[File:{{{Picture}}}|128px]]
Name CMake
Version 3.17.0 (2020-03-20)
Vendor Kitware
Author Bill Hoffman
Licence Three clause BSD license
WWW https://cmake.org

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

Version

  • 3.4.1 (2016-01-06) - Paul Smedley (OS/2 port)

Text editor support

  • Lugaru Epsilon - CMake syntax highlighting and autoindent available as a separate download.

Publications

  • Ken Martin, Bill Hoffman: Mastering CMake 6th edition - Kitware 2013, ISBN 1-930934-26-2

Links