Try add static libs

This commit is contained in:
Stepanov Igor
2024-12-24 23:06:59 +03:00
parent f73bc1b06b
commit 5dbfd5ba10
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "engine.hpp"
#ifndef GLEW_STATIC
#define GLEW_STATIC
#endif
#include "debug/Logger.hpp"
#include "assets/AssetsLoader.hpp"