Added glm/ext.hpp build test
This commit is contained in:
8
test/gtx/gtx.cpp
Normal file
8
test/gtx/gtx.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <glm/ext.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
return Error;
|
||||
}
|
||||
Reference in New Issue
Block a user