mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
8 lines
102 B
CMake
8 lines
102 B
CMake
add_library(glad STATIC
|
|
src/glad.c
|
|
)
|
|
|
|
target_include_directories(glad
|
|
PUBLIC
|
|
include
|
|
) |