glm/util/conan-package/test_package/main.cpp

7 lines
74 B
C++
Raw Normal View History

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