rusty-nes/renderer/vendor/glad/CMakeLists.txt

7 lines
88 B
CMake
Raw Normal View History

2022-08-31 16:47:44 +00:00
add_library(glad STATIC
src/glad.c
)
target_include_directories(glad PUBLIC
include
)