书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 1736 个相关结果.
  • Building LLVM with CMake

    2093 2020-03-21 《LLVM 10 User Guides》
    Building LLVM with CMake Introduction Quick start Basic CMake usage Options and variables Frequently-used CMake variables Rarely-used CMake variables LLVM-specific variables ...
  • CMake Usage Introduction

    Introduction to CMake Usage Installing CMake Getting Started with CMake Other commonly used CMake commands message set list add_library find_library target_link_libra...
  • Fetch (CMake 3.11)

    594 2021-02-12 《Modern CMake v3.19》
    FetchContent (CMake 3.11+) FetchContent (CMake 3.11+) Often, you would like to do your download of data or packages as part of the configure instead of the build. This was inve...
  • CMake 使用简介

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

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

    cmake_layout Reference conf Multi-setting/option cmake_layout cmake_layout The cmake_layout() sets the folders and cpp attributes to follow the structure of a typical CMak...
  • 使用 CMake 下载项目

    使用 CMake 下载项目 在构建时 (build time) 下载 在配置时 (configure time) 下载 使用 CMake 下载项目 在构建时 (build time) 下载 直到 CMake 3.11, 主流的下载包的方法都在构建时进行。这(在构建时下载)会造成几个问题;其中最主要问题的是 add_subdirectory 不能...
  • 用 CMake 进行编程

    用 CMake 进行编程 控制流程 generator-expressions 宏定义与函数 参数的控制 用 CMake 进行编程 控制流程 CMake 有一个 if 语句,尽管经过多次版本迭代它已经变得非常复杂。这里有一些全大写的变量你可以在 if 语句中使用,并且你既可以直接引用也可以利用 ${} 来对他进行解析( if 语句在历...
  • What’s new in CMake

    1037 2021-02-12 《Modern CMake v3.19》
    What’s new in in CMake CMake 3.0 : Interface libraries CMake 3.1 : C++11 and compile features CMake 3.2 : UTF8 CMake 3.3 : if IN_LIST CMake 3.4 : Swift & CCache CMake 3.5...
  • conan.tools.cmake

    conan.tools.cmake conan.tools.cmake CMakeDeps Generated files Customization Reference CMakeToolchain Generated files Customization Extending and advanced customization...