mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Added glm/ext.hpp build test
This commit is contained in:
parent
8387bea5e3
commit
c0df21a398
@ -1,3 +1,4 @@
|
|||||||
|
glmCreateTestGTC(gtx)
|
||||||
glmCreateTestGTC(gtx_associated_min_max)
|
glmCreateTestGTC(gtx_associated_min_max)
|
||||||
glmCreateTestGTC(gtx_closest_point)
|
glmCreateTestGTC(gtx_closest_point)
|
||||||
glmCreateTestGTC(gtx_color_encoding)
|
glmCreateTestGTC(gtx_color_encoding)
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user