7 lines
93 B
CMake
7 lines
93 B
CMake
![]() |
add_library(glad STATIC
|
||
|
"src/glad.c"
|
||
|
)
|
||
|
|
||
|
target_include_directories(glad PUBLIC
|
||
|
"include"
|
||
|
)
|