Fix master build

This commit is contained in:
Christophe 2023-12-21 17:47:35 +01:00 committed by Christophe
parent 557f5f2731
commit 0d52d5ddab
2 changed files with 0 additions and 10 deletions

View File

@ -35,7 +35,6 @@ glmCreateTestGTC(gtx_matrix_transform_2d)
glmCreateTestGTC(gtx_norm)
glmCreateTestGTC(gtx_normal)
glmCreateTestGTC(gtx_normalize_dot)
glmCreateTestGTC(gtx_number_precision)
glmCreateTestGTC(gtx_orthonormalize)
glmCreateTestGTC(gtx_optimum_pow)
glmCreateTestGTC(gtx_pca)

View File

@ -1,9 +0,0 @@
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/number_precision.hpp>
int main()
{
int Error(0);
return Error;
}