🗑️ 删除CMakeLists.txtvcpkg的支持

 新增`conan`包管理,并配置多平台`profile`

🔧 变更`CMakeLists`的设置
This commit is contained in:
csh
2025-11-17 17:41:43 +08:00
parent 41ef82b1aa
commit 99f735f2df
11 changed files with 289 additions and 308 deletions
@@ -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=[]