书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 1736 个相关结果.
  • 10.4 安装超级构建

    10.4 安装超级构建 准备工作 具体实施 工作原理 10.4 安装超级构建 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-10/recipe-04 中找到,其中有一个C++示例。该示例在CMake 3.6版(或更高版本)中是有效的,并且...
  • 7.4 用指定参数定义函数或宏

    7.4 用指定参数定义函数或宏 准备工作 具体实施 工作原理 更多信息 7.4 用指定参数定义函数或宏 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-7/recipe-04 中找到,其中包含一个C++示例。该示例在CMake 3.5版(...
  • Link Gradle

    Link Gradle to your native library Use the Android Studio UI Manually configure Gradle Specify optional configurations Include prebuilt native libraries Specify ABIs Link ...
  • CMakeDeps

    CMakeDeps Generated files Customization configuration build_context_activated build_context_suffix build_context_build_modules check_components_exist Reference Properties Ov...
  • OpenMP

    545 2021-02-12 《Modern CMake v3.19》
    OpenMP OpenMP OpenMP support was drastically improved in CMake 3.9+. The Modern(TM) way to add OpenMP to a target is: find_package ( OpenMP ) if ( OpenMP_CXX_FOUND ) ...
  • Building

    Building Getting the Source Building on Linux Requirements Building Steps Making Linux distribution specific packages Building on Windows Requirements Building Steps Buildi...
  • CMakeToolchain: Extending your CMakePresets with Conan generated ones

    CMakeToolchain: Extending your CMakePresets with Conan generated ones CMakeToolchain: Extending your CMakePresets with Conan generated ones In this example we are going to see h...
  • Introduction

    Modern CMake 简体中文版 概述 许可协议 贡献 Modern CMake 简体中文版 概述 这是著名 CMake 教程 Modern CMake 的简体中文翻译版。 你可以在 这里 找到它的原版。 它致力于解决网络上随处可见的糟糕例子以及所谓的“最佳实践”中存在的问题。 如果你想要学好 CMake ,那你应该会从这本书中受...
  • Development environment setup

    Development environment setup General advice Linux Windows Qt Creator Pros and Cons Project setup Formatting using clang-format Changing CMake configuration Editing Qt .ui f...
  • 预测库编译

    预测库编译 一、环境准备 1、 Docker开发环境 准备Docker镜像 进入Docker容器 Docker常用命令 2、Linux 开发环境 Android 交叉编译环境要求 具体步骤 ARM Linux 交叉编译 编译环境要求 具体步骤 本地编译(直接在RK3399或树莓派上编译) 编译环境要求 具体步骤 3、Mac OS...