修改项目为Cmake管理,添加spdlog和SDL两个库

This commit is contained in:
2025-04-17 17:25:14 +08:00
parent 6d56a40ab0
commit aa48bc82d8
18 changed files with 174 additions and 296 deletions

6
.gitignore vendored
View File

@ -2,6 +2,12 @@
.vs/
bin/
bin-int/
.idea/
# Clion
cmake-build-debug/
cmake-build-release/
# Files
*.user