@@ -1,3 +1,4 @@
+glmCreateTestGTC(gtx)
glmCreateTestGTC(gtx_associated_min_max)
glmCreateTestGTC(gtx_closest_point)
glmCreateTestGTC(gtx_color_encoding)
@@ -0,0 +1,8 @@
+#include <glm/ext.hpp>
+
+int main()
+{
+ int Error = 0;
+ return Error;
+}