initial commit
This commit is contained in:
commit
be1abc3762
16 changed files with 11692 additions and 0 deletions
7
vendor/glad/CMakeLists.txt
vendored
Normal file
7
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