chore: 将项目从 .sln/.vcxproj 转换为 CMake 构建系统

This commit is contained in:
2026-05-03 10:58:06 +08:00
parent 5773c90440
commit 9b9cb9e86c
2 changed files with 80 additions and 0 deletions
+11
View File
@@ -432,3 +432,14 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
# ---> CMake
build/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
CMakeScripts/
*.cmake
!CMakeLists.txt
Makefile
*.make