CPM module for g-truc's header-only OpenGL math library, GLM.
When using this module, the root of https://github.com/g-truc/glm.git is added to your include path. To access glm, add the following to your code:
#include <glm/glm.hpp>
Please refer to g-truc's documentation as a reference for this library.