mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fix master build
This commit is contained in:
parent
557f5f2731
commit
0d52d5ddab
@ -35,7 +35,6 @@ glmCreateTestGTC(gtx_matrix_transform_2d)
|
|||||||
glmCreateTestGTC(gtx_norm)
|
glmCreateTestGTC(gtx_norm)
|
||||||
glmCreateTestGTC(gtx_normal)
|
glmCreateTestGTC(gtx_normal)
|
||||||
glmCreateTestGTC(gtx_normalize_dot)
|
glmCreateTestGTC(gtx_normalize_dot)
|
||||||
glmCreateTestGTC(gtx_number_precision)
|
|
||||||
glmCreateTestGTC(gtx_orthonormalize)
|
glmCreateTestGTC(gtx_orthonormalize)
|
||||||
glmCreateTestGTC(gtx_optimum_pow)
|
glmCreateTestGTC(gtx_optimum_pow)
|
||||||
glmCreateTestGTC(gtx_pca)
|
glmCreateTestGTC(gtx_pca)
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#define GLM_ENABLE_EXPERIMENTAL
|
|
||||||
#include <glm/gtx/number_precision.hpp>
|
|
||||||
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
int Error(0);
|
|
||||||
|
|
||||||
return Error;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user