Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/external/bullet/BulletDynamics/CMakeLists.txt @ 5871

Last change on this file since 5871 was 5871, checked in by rgrieder, 15 years ago

Compiling our third party libraries with as few files as possible. There should be quite a speedup.

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1ADD_SOURCE_FILES(BULLET_FILES
2
3COMPILATION_BEGIN BulletDynamicsCompilation.cpp
4
5        ConstraintSolver/btContactConstraint.cpp
6        ConstraintSolver/btConeTwistConstraint.cpp
7        ConstraintSolver/btGeneric6DofConstraint.cpp
8        ConstraintSolver/btHingeConstraint.cpp
9        ConstraintSolver/btPoint2PointConstraint.cpp
10        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
11        ConstraintSolver/btSliderConstraint.cpp
12        ConstraintSolver/btSolve2LinearConstraint.cpp
13        ConstraintSolver/btTypedConstraint.cpp
14
15        Dynamics/Bullet-C-API.cpp
16        Dynamics/btDiscreteDynamicsWorld.cpp
17        Dynamics/btSimpleDynamicsWorld.cpp
18        Dynamics/btRigidBody.cpp
19
20        Vehicle/btRaycastVehicle.cpp
21        Vehicle/btWheelInfo.cpp
22
23        Character/btKinematicCharacterController.cpp
24
25COMPILATION_END
26
27        # Headers
28        ConstraintSolver/btConstraintSolver.h
29        ConstraintSolver/btContactConstraint.h
30        ConstraintSolver/btContactSolverInfo.h
31        ConstraintSolver/btConeTwistConstraint.h
32        ConstraintSolver/btGeneric6DofConstraint.h
33        ConstraintSolver/btHingeConstraint.h
34        ConstraintSolver/btJacobianEntry.h
35        ConstraintSolver/btPoint2PointConstraint.h
36        ConstraintSolver/btSequentialImpulseConstraintSolver.h
37        ConstraintSolver/btSliderConstraint.h
38        ConstraintSolver/btSolve2LinearConstraint.h
39        ConstraintSolver/btSolverBody.h
40        ConstraintSolver/btSolverConstraint.h
41        ConstraintSolver/btTypedConstraint.h
42
43        Dynamics/btActionInterface.h
44        Dynamics/btContinuousDynamicsWorld.h
45        Dynamics/btDiscreteDynamicsWorld.h
46        Dynamics/btDynamicsWorld.h
47        Dynamics/btSimpleDynamicsWorld.h
48        Dynamics/btRigidBody.h
49
50        Vehicle/btRaycastVehicle.h
51        Vehicle/btVehicleRaycaster.h
52        Vehicle/btWheelInfo.h
53
54        Character/btCharacterControllerInterface.h
55        Character/btKinematicCharacterController.h
56)
Note: See TracBrowser for help on using the repository browser.