added glad

This commit is contained in:
Lauchmelder 2022-08-31 18:47:44 +02:00
parent a24235b586
commit 89c3553088
23 changed files with 11790 additions and 22 deletions

7
renderer/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
)