书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1736 个相关结果.
  • Quickstart: CMake

    Quickstart: Building with CMake Prerequisites Set up a project Create and run a binary Next steps Quickstart: Building with CMake This tutorial aims to get you up and runnin...
  • CMake 指南

    CMake 指南 基本概念 常用构建选项 CMake 通用 Cocos2d-x 特有 各平台构建示例 Linux macOS iOS Android Windows 预编译库示例 CMake 帮助 CMake 指南 CMake 是一个开源的跨平台构建工具,Cocos2d-x 是一个开源的跨平台游戏引擎,两者十分契合。 Coc...
  • 运行 CMake

    运行 CMake 构建项目 指定编译器 指定生成器 设置选项 详细和部分的构建 选项 标准选项 调试你的 CMake 文件 运行 CMake 在编写 CMake 之前,要确保你已经清楚了如何运行 CMake 来构建文件。 几乎所有 CMake 项目都一样。 构建项目 除非另行说明,你始终应该建立一个专用于构建的目录并在那里构建项目。...
  • CMake 指南

    CMake 指南 基本概念 常用构建选项 CMake 通用 各平台构建示例 Linux macOS iOS Android Windows 常见问题 如何添加 C/C++ 源码? 如何添加图片,字体等资源文件? 添加字体资源 如何添加 Lua 源码? 如何使用第三方代码库? 如何编辑 iOS 工程的 Info.plist? 常用...
  • Running CMake

    1253 2021-02-12 《Modern CMake v3.19》
    Running CMake Building a project From the build directory (pick one) From the source directory (pick one) Picking a compiler Picking a generator Setting options Verbose and p...
  • Installing CMake

    1706 2021-02-12 《Modern CMake v3.19》
    Installing CMake Quick list (more info on each method below) Official package CMake Default Versions Windows MacOS Linux RHEL/CentOS Ubuntu Other General tools CI Full l...
  • CMake in ClickHouse

    CMake in ClickHouse TL; DR How to make ClickHouse compile and link faster? CMake files types List of CMake flags ClickHouse modes External libraries External libraries system/b...
  • Configure CMake

    Configure CMake Create a CMake build script Add NDK APIs Add other prebuilt libraries Include other CMake projects Configure CMake A CMake build script is a plain text fil...
  • CMake 使用简介

    CMake 使用简介 CMake 介绍 安装 快速开始 其他常用 CMake 命令 message message 命令还有其他用途,例如: set list add_library find_library target_link_libraries target_include_directories target_...
  • CMake 使用简介

    CMake 使用简介 CMakeLists 的生成和使用 生成 使用 CMakeLists 常用编译指令 查找编译头文件 生成 target(执行文件) 链接库文件 其他命令 CMakeLists 使用示例 结语 CMake 使用简介 CMake 是一个跨平台的构建工具,可根据需要输出各种各样的 Makefile 或者 Projec...