Base Template

Supports MacOS (ARM)
Windows is Untested
Linux is Untested
This commit is contained in:
Colton Staiduhar
2026-02-05 15:14:03 -05:00
parent d55a0dff9a
commit 96b71da74b
8 changed files with 610 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
# GlutSTBMiniAudio-Template
To compile the project
```
cmake .; make; ./GSM_TEMPLATE
```