Files
HandmadeMath/test/glm/util/conan-package/test_package/main.cpp
Ben Visness 244e9879fd Commit all of GLM into this branch because why not
I do not like it but I have done it

portability ftw
2018-02-10 18:52:07 -06:00

7 lines
74 B
C++

#include "glm/glm.hpp"
int main (){
glm::mat4x4 aMatrix;
return 0;
}