added glad
This commit is contained in:
parent
a24235b586
commit
89c3553088
23 changed files with 11790 additions and 22 deletions
7
renderer/vendor/glad/CMakeLists.txt
vendored
Normal file
7
renderer/vendor/glad/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_library(glad STATIC
|
||||
src/glad.c
|
||||
)
|
||||
|
||||
target_include_directories(glad PUBLIC
|
||||
include
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue