~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to extern/bullet2/src/BulletDynamics/CMakeLists.txt

  • Committer: theeth
  • Date: 2008-10-14 16:52:04 UTC
  • Revision ID: vcs-imports@canonical.com-20081014165204-r32w2gm6s0osvdhn
copy back trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDE_DIRECTORIES(
 
2
${BULLET_PHYSICS_SOURCE_DIR}/src }
 
3
)
 
4
        
 
5
ADD_LIBRARY(LibBulletDynamics
 
6
 
 
7
        ConstraintSolver/btContactConstraint.cpp
 
8
        ConstraintSolver/btContactConstraint.h
 
9
        ConstraintSolver/btConeTwistConstraint.cpp
 
10
        ConstraintSolver/btConeTwistConstraint.h
 
11
        ConstraintSolver/btGeneric6DofConstraint.cpp
 
12
        ConstraintSolver/btGeneric6DofConstraint.h
 
13
        ConstraintSolver/btHingeConstraint.cpp
 
14
        ConstraintSolver/btHingeConstraint.h
 
15
        ConstraintSolver/btPoint2PointConstraint.cpp
 
16
        ConstraintSolver/btPoint2PointConstraint.h
 
17
        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
 
18
        ConstraintSolver/btSequentialImpulseConstraintSolver.h
 
19
        ConstraintSolver/btSliderConstraint.cpp
 
20
        ConstraintSolver/btSliderConstraint.h
 
21
        ConstraintSolver/btSolve2LinearConstraint.cpp
 
22
        ConstraintSolver/btSolve2LinearConstraint.h
 
23
        ConstraintSolver/btTypedConstraint.cpp
 
24
        ConstraintSolver/btTypedConstraint.h
 
25
        Dynamics/Bullet-C-API.cpp
 
26
        Dynamics/btDiscreteDynamicsWorld.cpp
 
27
        Dynamics/btDiscreteDynamicsWorld.h
 
28
        Dynamics/btSimpleDynamicsWorld.cpp
 
29
        Dynamics/btSimpleDynamicsWorld.h
 
30
        Dynamics/btRigidBody.cpp
 
31
        Dynamics/btRigidBody.h
 
32
        Vehicle/btRaycastVehicle.cpp
 
33
        Vehicle/btRaycastVehicle.h
 
34
        Vehicle/btWheelInfo.cpp
 
35
        Vehicle/btWheelInfo.h
 
36
)