glm/test/ext/CMakeLists.txt

27 lines
967 B
CMake
Raw Normal View History

2018-08-01 10:10:27 +00:00
glmCreateTestGTC(ext_matrix_relational)
glmCreateTestGTC(ext_matrix_transform)
glmCreateTestGTC(ext_matrix_common)
glmCreateTestGTC(ext_quaternion_common)
glmCreateTestGTC(ext_quaternion_exponential)
2018-08-09 12:46:38 +00:00
glmCreateTestGTC(ext_quaternion_geometric)
glmCreateTestGTC(ext_quaternion_relational)
glmCreateTestGTC(ext_quaternion_transform)
glmCreateTestGTC(ext_quaternion_trigonometric)
glmCreateTestGTC(ext_quaternion_type)
glmCreateTestGTC(ext_scalar_common)
glmCreateTestGTC(ext_scalar_constants)
glmCreateTestGTC(ext_scalar_int_sized)
glmCreateTestGTC(ext_scalar_uint_sized)
glmCreateTestGTC(ext_scalar_integer)
2018-09-26 16:27:55 +00:00
glmCreateTestGTC(ext_scalar_ulp)
2018-08-01 10:10:27 +00:00
glmCreateTestGTC(ext_scalar_relational)
2017-08-17 15:36:40 +00:00
glmCreateTestGTC(ext_vec1)
2018-08-13 19:51:47 +00:00
glmCreateTestGTC(ext_vector_bool1)
glmCreateTestGTC(ext_vector_common)
2018-08-13 22:10:50 +00:00
glmCreateTestGTC(ext_vector_iec559)
glmCreateTestGTC(ext_vector_integer)
glmCreateTestGTC(ext_vector_integer_sized)
glmCreateTestGTC(ext_vector_relational)
2018-09-26 16:27:55 +00:00
glmCreateTestGTC(ext_vector_ulp)