chore: switch to CMake build system instead of native Visual Studio project

This commit is contained in:
2024-08-15 22:20:51 +08:00
parent da575e42f5
commit afa06339b2
26 changed files with 3349 additions and 1794 deletions

7
.gitignore vendored
View File

@ -5,9 +5,10 @@
*.nms
*.vmo
# Ignore temporary folders
/out/
/temp/
# Ignore temporary Visual Studio files and folders
temp/
out/
CMakeSettings.json
# -------------------- VSCode --------------------
.vscode/