9 lines
108 B
Text
9 lines
108 B
Text
![]() |
project(glad)
|
||
|
|
||
|
add_library(glad STATIC
|
||
|
"src/glad.c"
|
||
|
)
|
||
|
|
||
|
target_include_directories(glad PUBLIC
|
||
|
"include"
|
||
|
)
|