2 lines
83 B
CMake
2 lines
83 B
CMake
|
add_library(glad OBJECT src/glad.c)
|
||
|
target_include_directories(glad PUBLIC include)
|