cmake

作者: 东林钟声 | 来源:发表于2017-03-23 00:42 被阅读0次

    官网介绍

    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是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件。

    从网上copy的几段话,很好理解。

    官方的tutorial。

    https://cmake.org/cmake-tutorial/

    相关文章

      网友评论

          本文标题:cmake

          本文链接:https://www.haomeiwen.com/subject/oeoanttx.html