initial commit
This commit is contained in:
commit
ff8389a76b
46 changed files with 9118 additions and 0 deletions
9
vendor/glad/CMakeLists.txt
vendored
Normal file
9
vendor/glad/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
project(glad)
|
||||
|
||||
add_library(glad STATIC
|
||||
"src/glad.c"
|
||||
)
|
||||
|
||||
target_include_directories(glad PUBLIC
|
||||
"include"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue