【问题标题】:What does the "c" in cmake stand for?cmake中的“c”代表什么?
【发布时间】:2017-01-15 17:34:09
【问题描述】:

我无法在谷歌上找到明确的答案。我认为这意味着跨平台。

是否有其他网站更适合此类问题?

【问题讨论】:

  • 我也猜到它代表cross-platform。用他们自己的话说,CMake 是一个开源、跨平台的工具系列,旨在构建、测试和打包软件

标签: cmake


【解决方案1】:

代表跨平台。 见Statement from Brad King

它不代表compilecross compile,但会为此步骤生成make/project 文件。

它不代表CC++,因为支持多种编程语言。

它不代表任何make / nmake 工具的第三代,因为它们仍然是必需的。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-04-14
    • 1970-01-01
    • 2020-12-29
    • 1970-01-01
    • 1970-01-01
    • 2018-04-24
    • 2011-01-09
    • 1970-01-01
    相关资源
    最近更新 更多