🗑️ 删除CMakeLists.txt对vcpkg的支持
✨ 新增`conan`包管理,并配置多平台`profile` 🔧 变更`CMakeLists`的设置
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=15
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.cppstd=23
|
||||
build_type=Release
|
||||
|
||||
[conf]
|
||||
tools.build:compiler_executables={"c": "gcc", "cpp": "g++"}
|
||||
tools.cmake.cmaketoolchain:generator=Ninja
|
||||
tools.cmake.cmake_layout:build_folder=.
|
||||
tools.cmake.cmake_layout:build_folder_vars=[]
|
||||
Reference in New Issue
Block a user