initial commit

This commit is contained in:
Lauchmelder 2022-10-16 14:13:13 +02:00
commit be1abc3762
16 changed files with 11692 additions and 0 deletions

7
vendor/glad/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,7 @@
add_library(glad STATIC
"src/glad.c"
)
target_include_directories(glad PUBLIC
"include"
)