Conan

Conan 拷贝依赖库到指定目录

function(copy_shared_libraries CONAN_LIB_DIRS TARGET_DIR) foreach(LIB_DIR ${CONAN_LIB_DIRS}) file(GLOB_RECURSE LIB_FILES ${LIB_DIR}/*.so*) # 使用通配符匹配所有 ......
拷贝 目录 Conan

conan 基本使用

原文:https://docs.conan.io/2/tutorial/consuming_packages.html Basic 安装conan pip install conan 打印conan依赖安装路径 conan config home 查看profile conan profile sh ......
conan

使用conan安装并使用Spdlog

Introduce Very fast, header-only/compiled, C++ logging library. https://github.com/gabime/spdlog.git Install Header-only version 复制include文件夹到你的项目中,并使 ......
Spdlog conan

C++库管理Conan使用备忘

一、安装 pip install conanpip install conan --upgrade 二、配置 conan profile detect #自动检测并配置profile ......
Conan
共4篇  :1/1页 首页上一页1下一页尾页