Home 9 Resources 9 Software 9 Cmake

CMake

 

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, and generate makefiles and workspaces that can be used in the compiler environment of your choice. 

Documentation

Usage

The cmake command is available by default.  For complete information, type  cmake --help