From c05d24ce8817482444f841d40e83b243aa472fdb Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 16 Mar 2025 23:34:19 -0500 Subject: [PATCH] define glew static --- modules/Window/src/WindowImpl/GLFW/windowGLFW.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/Window/src/WindowImpl/GLFW/windowGLFW.h b/modules/Window/src/WindowImpl/GLFW/windowGLFW.h index a3991d8..ef60d5c 100644 --- a/modules/Window/src/WindowImpl/GLFW/windowGLFW.h +++ b/modules/Window/src/WindowImpl/GLFW/windowGLFW.h @@ -1,4 +1,6 @@ #include "Archimedes.h" + +#define GLEW_STATIC #include #include