SimpleRenderEngineProject icon indicating copy to clipboard operation
SimpleRenderEngineProject copied to clipboard

Missing depencies

Open southbot opened this issue 6 years ago • 0 comments

Windows with vc2015 I am trying to compile one of the projects and it shows that these files are missing: #include "sre/SDLRenderer.hpp" #include "sre/SpriteAtlas.hpp" #include "sre/Texture.hpp" #include "sre/Material.hpp" #include "sre/Inspector.hpp" #include "glm/gtc/random.hpp" #include "glm/ext.hpp"

where do I find the glm files?

southbot avatar Oct 16 '19 09:10 southbot