Added conan packaging configuration.

This commit is contained in:
dimitri
2017-06-24 09:20:14 +02:00
parent 98ffc6562c
commit 37857b02fe
8 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include "glm/glm.hpp"
int main (){
glm::mat4x4 aMatrix;
return 0;
}