Initial setup.

Correctly linking glfw and spdlog...
Linking could be improved by not needing the sandbox
application to also be linked with glfw
This commit is contained in:
2022-04-20 21:40:35 +02:00
parent 2a93a78c4f
commit dab01f1541
13 changed files with 132 additions and 254 deletions

6
.gitignore vendored
View File

@ -1,5 +1,7 @@
artifacts/
build/
intermediates/
tools/
*.make
premake5
Makefile
.vscode/
libs/