CMake: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Image:Cmake.png|150px|right]] | [[Image:Cmake.png|150px|right]] | ||
CMake is a multi-platform open source build or [[make]] system. CMake is a family of tools designed to build, test and package 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. | ||
==Version== | ==Version== |
Revision as of 02:35, 19 June 2016

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.
Version
- Last known version: cmake v3.4.1 (2016-01-06)
OS/2 text editors with CMake support
- Lugaru Epsilon - CMake syntax highlighting and autoindent available as a seperate download. - Commercial.
Links
- Paul Smedley's CMake port page
- Kitware - CMake developers.
- CMake homepage
License
- Open source software released under the three clause BSD license
Authors and publisher
- Bill Hoffman (Original author)
- Paul Smedley (OS/2 port)
- Kitware