mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
290 B
7 lines
290 B
|
16 years ago
|
magnum_add_test(VectorTest VectorTest.h VectorTest.cpp)
|
||
|
16 years ago
|
magnum_add_test(Vector3Test Vector3Test.h Vector3Test.cpp)
|
||
|
16 years ago
|
magnum_add_test(Vector4Test Vector4Test.h Vector4Test.cpp)
|
||
|
16 years ago
|
|
||
|
16 years ago
|
magnum_add_test(MatrixTest MatrixTest.h MatrixTest.cpp)
|
||
|
16 years ago
|
magnum_add_test(Matrix4Test Matrix4Test.h Matrix4Test.cpp)
|