Force glad to be static

Pretty sure it isn't set up to generate a proper DLL, so make sure it
always produces a static library instead.
This commit is contained in:
Clownacy 2020-04-05 03:27:50 +01:00
parent 393359e63f
commit e39c46fae9

View file

@ -4,7 +4,7 @@ if(NOT TARGET glad)
project(glad LANGUAGES C)
add_library(glad
add_library(glad STATIC
"include/glad/glad.h"
"include/KHR/khrplatform.h"
"src/glad.c"