diff options
Diffstat (limited to 'glm-master/test/gtx/gtx_orthonormalize.cpp')
-rw-r--r-- | glm-master/test/gtx/gtx_orthonormalize.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glm-master/test/gtx/gtx_orthonormalize.cpp b/glm-master/test/gtx/gtx_orthonormalize.cpp new file mode 100644 index 0000000..0e7a8c8 --- /dev/null +++ b/glm-master/test/gtx/gtx_orthonormalize.cpp @@ -0,0 +1,9 @@ +#define GLM_ENABLE_EXPERIMENTAL +#include <glm/gtx/orthonormalize.hpp> + +int main() +{ + int Error(0); + + return Error; +} |