书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 1736 个相关结果.
  • 编译步骤

    BUILD Supported Environment Ubuntu/LinuxMint/WSL Prepare deps Compile brpc with config_brpc.sh Compile brpc with cmake Fedora/CentOS Prepare deps Compile brpc with config_brp...
  • Do’s and Don’ts

    945 2021-02-12 《Modern CMake v3.19》
    Do’s and Don’ts CMake Antipatterns CMake Patterns Do’s and Don’ts CMake Antipatterns The next two lists are heavily based on the excellent gist Effective Modern CMake . Tha...
  • Boost

    608 2021-02-12 《Modern CMake v3.19》
    Boost library Boost library The Boost library is included in the find packages that CMake provides, but it has a couple of oddities in how it works. See FindBoost for a full d...
  • 一些小而常见的需求

    为 CMake 项目添加选项 地址无关代码(Position independent code) Little libraries 程序间优化(Interprocedural optimization) 为 CMake 项目添加选项 CMake 中有许多关于编译器和链接器的设置。当你需要添加一些特殊的需求,你应该首先检查 CMake 是否支持这个...
  • Building

    Building Building on Linux Requirements Building steps Building on Windows Requirements Default way Building with Meson Building with Qmake Using QtCreator Compiling on Lin...
  • Small but common needs

    654 2021-02-12 《Modern CMake v3.19》
    Adding Features Position independent code Little libraries Interprocedural optimization Adding Features There are lots of compiler and linker settings. When you need to add ...
  • 10.3 输出目标

    10.3 输出目标 准备工作 具体实施 工作原理 更多信息 10.3 输出目标 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-10/recipe-03 中找到,其中有一个C++示例。该示例在CMake 3.6版(或更高版本)中是有效的,...
  • Packages in editable mode

    Packages in editable mode Put say/1.0 package in editable mode Using say/1.0 package in editable mode Working with editable packages Building editable dependencies Revert the e...
  • CMakeToolchain

    CMakeToolchain Generated files CONAN_RUNTIME_LIB_DIRS Customization preprocessor_definitions cache_variables variables user_presets_path presets_build_environment, presets_ru...
  • test-suite Guide

    1173 2020-03-21 《LLVM 10 Reference》
    test-suite Guide Quickstart Structure Benchmarks Configuration Common Configuration Options Common CMake Flags Displaying and Analyzing Results Continuous Tracking with LNT ...