mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 15:15:40 +12:00
7 lines
142 B
CMake
7 lines
142 B
CMake
add_library(glad STATIC
|
|
src/gl.c
|
|
include/glad/gl.h
|
|
include/KHR/khrplatform.h
|
|
)
|
|
|
|
target_include_directories(glad PUBLIC "include")
|