aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_orthonormalize.cpp
blob: 0e7a8c8b4ebb86b1cd011de534c371aa23a5b578 (plain)
1
2
3
4
5
6
7
8
9
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/orthonormalize.hpp>

int main()
{
	int Error(0);

	return Error;
}