Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/bullet/BulletDynamics/CMakeLists.txt @ 1963

Last change on this file since 1963 was 1963, checked in by rgrieder, 16 years ago

Added Bullet physics engine.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1ADD_LIBRARY(LibBulletDynamics
2
3        ConstraintSolver/btContactConstraint.cpp
4        ConstraintSolver/btContactConstraint.h
5        ConstraintSolver/btConeTwistConstraint.cpp
6        ConstraintSolver/btConeTwistConstraint.h
7        ConstraintSolver/btGeneric6DofConstraint.cpp
8        ConstraintSolver/btGeneric6DofConstraint.h
9        ConstraintSolver/btHingeConstraint.cpp
10        ConstraintSolver/btHingeConstraint.h
11        ConstraintSolver/btPoint2PointConstraint.cpp
12        ConstraintSolver/btPoint2PointConstraint.h
13        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
14        ConstraintSolver/btSequentialImpulseConstraintSolver.h
15        ConstraintSolver/btSliderConstraint.cpp
16        ConstraintSolver/btSliderConstraint.h
17        ConstraintSolver/btSolve2LinearConstraint.cpp
18        ConstraintSolver/btSolve2LinearConstraint.h
19        ConstraintSolver/btTypedConstraint.cpp
20        ConstraintSolver/btTypedConstraint.h
21        Dynamics/Bullet-C-API.cpp
22        Dynamics/btDiscreteDynamicsWorld.cpp
23        Dynamics/btDiscreteDynamicsWorld.h
24        Dynamics/btSimpleDynamicsWorld.cpp
25        Dynamics/btSimpleDynamicsWorld.h
26        Dynamics/btRigidBody.cpp
27        Dynamics/btRigidBody.h
28        Vehicle/btRaycastVehicle.cpp
29        Vehicle/btRaycastVehicle.h
30        Vehicle/btWheelInfo.cpp
31        Vehicle/btWheelInfo.h
32)
Note: See TracBrowser for help on using the repository browser.