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.
8 lines
573 B
8 lines
573 B
|
14 years ago
|
corrade_add_test(PhysicsAxisAlignedBoxTest AxisAlignedBoxTest.h AxisAlignedBoxTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsCapsuleTest CapsuleTest.h CapsuleTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsLineTest LineTest.h LineTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsPlaneTest PlaneTest.h PlaneTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsPointTest PointTest.h PointTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsShapeGroupTest ShapeGroupTest.h ShapeGroupTest.cpp MagnumPhysics)
|
||
|
|
corrade_add_test(PhysicsSphereTest SphereTest.h SphereTest.cpp MagnumPhysics)
|