[glad] Add glad

This commit is contained in:
2022-07-09 19:58:53 -05:00
parent 10deddfd07
commit d417d20bef
4 changed files with 3472 additions and 0 deletions

2
deps/glad/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,2 @@
add_library(glad OBJECT src/glad.c)
target_include_directories(glad PUBLIC include)