Add basic Linux build support

This commit is contained in:
2025-12-03 17:55:50 +08:00
parent d92f477390
commit db3be495d7
6 changed files with 21 additions and 15 deletions

7
.gitignore vendored
View File

@ -1,8 +1,9 @@
# idea
.idea/
cmake-build-debug/
cmake-build-release/
cmake-build-minsizerel/
cmake-build-*/
# build
build/
# vs
.vs/