SimpleRenderEngineProject
SimpleRenderEngineProject copied to clipboard
Missing depencies
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?