官網(wǎng)介紹
CMake is an open-source, cross-platform 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 native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.
CMake是一個(gè)跨平臺的安裝(編譯)工具,可以用簡單的語句來描述所有平臺的安裝(編譯過程)瞧挤。他能夠輸出各種各樣的makefile或者project文件缘揪。
從網(wǎng)上copy的幾段話俐载,很好理解。
官方的tutorial盟广。