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:
parent
393359e63f
commit
e39c46fae9
1 changed files with 1 additions and 1 deletions
2
external/glad/CMakeLists.txt
vendored
2
external/glad/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ if(NOT TARGET glad)
|
||||||
|
|
||||||
project(glad LANGUAGES C)
|
project(glad LANGUAGES C)
|
||||||
|
|
||||||
add_library(glad
|
add_library(glad STATIC
|
||||||
"include/glad/glad.h"
|
"include/glad/glad.h"
|
||||||
"include/KHR/khrplatform.h"
|
"include/KHR/khrplatform.h"
|
||||||
"src/glad.c"
|
"src/glad.c"
|
||||||
|
|
Loading…
Add table
Reference in a new issue