Replaced build system with cmake

This commit is contained in:
2026-01-14 17:38:44 +08:00
parent 4dadeb807d
commit dfbfe66a15
2 changed files with 27 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,5 +1,10 @@
build/
.vscode/
.idea/
*.class
*.jar
*.pyc
__pycache__/
*.o
*.exe
*.out