Added glm/ext.hpp build test

This commit is contained in:
Christophe Riccio
2017-08-16 14:27:06 +02:00
parent 8387bea5e3
commit c0df21a398
2 changed files with 9 additions and 0 deletions

8
test/gtx/gtx.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <glm/ext.hpp>
int main()
{
int Error = 0;
return Error;
}