mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-10-17 14:11:47 +00:00
Commit all of GLM into this branch because why not
I do not like it but I have done it portability ftw
This commit is contained in:
6
test/glm/util/conan-package/test_package/main.cpp
Normal file
6
test/glm/util/conan-package/test_package/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "glm/glm.hpp"
|
||||
|
||||
int main (){
|
||||
glm::mat4x4 aMatrix;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user