书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1736 个相关结果.
  • 4.6 预期测试失败

    4.6 预期测试失败 准备工作 实施步骤 工作原理 更多信息 4.6 预期测试失败 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-04/recipe-06 中找到,包含一个C++的示例。该示例在CMake 3.5版(或更高版本)中是有效...
  • Debugging

    459 2021-02-12 《Modern CMake v3.19》
    Debugging code CMake debugging Printing variables Tracing a run Building in debug mode Debugging code You might need to debug your CMake build, or debug your C++ code. Both...
  • C++11 及后续版本

    C++11 及后续版本 CMake 3.8+: 元编译器选项 CMake 3.1+: 编译器选项 CMake 3.1+: 全局设置以及属性设置 C++11 及后续版本 CMake 中支持 C++11,但是这是针对于 CMake 2.8 及以后的版本来说的。这是为什么?很容易可以猜到, C++11 在 2009年——CMake 2.0 发布的时候还...
  • Declaring the layout when the Conanfile is inside a subfolder

    Declaring the layout when the Conanfile is inside a subfolder Declaring the layout when the Conanfile is inside a subfolder Please, first clone the sources to recreate this proj...
  • 1.5 向用户显示选项

    1.5 向用户显示选项 具体实施 工作原理 更多信息 1.5 向用户显示选项 NOTE : 这个示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-01/recipe-05 找到,其中有一个C++示例。该配置在CMake 3.5版(或更高版本)测试有效的,并...
  • Windows客户端

    安装CMake 生成VisualStudio的解决方案 生成VisualStudio的NMake文件 使用TDengine的Windows的客户端 使用C#语言连接TDengine 编译TDengine之前,需要确保已安装64位Windows系列操作系统和Visual Studio 2013版本,其他版本的编译器还没有验证,可能会产生内存泄露,本...
  • TDengine的Windows客户端编译方法

    安装CMake 生成VisualStudio的解决方案 生成VisualStudio的NMake文件 使用TDengine的Windows的客户端 使用C#语言连接TDengine 编译TDengine之前,需要确保已安装64位Windows系列操作系统和Visual Studio 2013版本,其他版本的编译器还没有验证,可能会产生内存泄露,本...
  • Getting started

    Getting started BUILD Supported Environment Ubuntu/LinuxMint/WSL Prepare deps Compile brpc with config_brpc.sh Compile brpc with cmake Fedora/CentOS Prepare deps Compile brpc...
  • Getting started

    Getting started BUILD Supported Environment Ubuntu/LinuxMint/WSL Prepare deps Compile brpc with config_brpc.sh Compile brpc with cmake Fedora/CentOS Prepare deps Compile brpc...
  • 编译源代码

    使用源码编译 前言 系统要求 快速编译步骤 安装系统依赖 克隆源码 执行编译 源码打包(可选) 编译选项 CMake 参数 ENABLE_WERROR ENABLE_TESTING ENABLE_ASAN CMAKE_BUILD_TYPE CMAKE_INSTALL_PREFIX CMAKE_CXX_COMPILER ENABLE_...