CMake: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Software | |||
CMake is a multi-platform open source build | |Picture=Cmake.png | ||
|Name=CMake | |||
|Version=3.22.5 (2022-06-01) | |||
|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== | ||
* | * 3.0.2 | ||
* 3.3.0 | |||
* 3.4.1 (2016-01-06) - Paul Smedley (OS/2 port) | |||
== | ==Text editor support== | ||
* [[Lugaru Epsilon]] - CMake syntax highlighting and autoindent available as a | * [[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== | ==Links== | ||
* [ | * [https://os2ports.smedley.id.au/?page_id=136 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 | ||
[[Category: | [[Category:Makefile generator]] |
Latest revision as of 18:07, 3 July 2022
CMake | |
---|---|
![]() | |
Name | CMake |
Version | 3.22.5 (2022-06-01) |
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.0.2
- 3.3.0
- 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
- Paul Smedley's CMake port page
- Kitware - CMake developers