Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2056 was 2056, checked in by martisty, 16 years ago

BulletEngine: Box with gravity, no compile error every thing works fine :)

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1ADD_LIBRARY(LibBulletDynamics SHARED
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.