Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/external/bullet/BulletDynamics/CMakeLists.txt @ 12190

Last change on this file since 12190 was 8729, checked in by rgrieder, 13 years ago

Merged unity_build branch back to trunk.

Features:

  • Implemented fully automatic build units to speed up compilation if requested
  • Added DOUT macro for quick debug output
  • Activated text colouring in the POSIX IOConsole
  • DeclareToluaInterface is not necessary anymore

Improvements:

  • Output levels now change appropriately when switch back and forth from dev mode
  • Log level for the file output is now also correct during startup
  • Removed some header file dependencies in core and tools to speed up compilation

no more file for command line options

  • Improved util::tribool by adapting some concepts from boost::tribool

Regressions:

  • It is not possible anymore to specify command line arguments in an extra file because we've got config values for that purpose.
  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1ADD_SOURCE_FILES(BULLET_FILES
2
3        Character/btKinematicCharacterController.cpp
4
5        ConstraintSolver/btConeTwistConstraint.cpp
6        ConstraintSolver/btContactConstraint.cpp
7        ConstraintSolver/btGeneric6DofConstraint.cpp
8        ConstraintSolver/btGeneric6DofSpringConstraint.cpp
9        ConstraintSolver/btHinge2Constraint.cpp
10        ConstraintSolver/btHingeConstraint.cpp
11        ConstraintSolver/btPoint2PointConstraint.cpp
12        ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
13        ConstraintSolver/btSliderConstraint.cpp
14        ConstraintSolver/btSolve2LinearConstraint.cpp
15        ConstraintSolver/btTypedConstraint.cpp
16        ConstraintSolver/btUniversalConstraint.cpp
17
18        Dynamics/btContinuousDynamicsWorld.cpp
19        Dynamics/btDiscreteDynamicsWorld.cpp
20        Dynamics/btRigidBody.cpp
21        Dynamics/btSimpleDynamicsWorld.cpp
22        Dynamics/Bullet-C-API.cpp
23        Vehicle/btRaycastVehicle.cpp
24        Vehicle/btWheelInfo.cpp
25
26        # Headers
27        ConstraintSolver/btConeTwistConstraint.h
28        ConstraintSolver/btConstraintSolver.h
29        ConstraintSolver/btContactConstraint.h
30        ConstraintSolver/btContactSolverInfo.h
31        ConstraintSolver/btGeneric6DofConstraint.h
32        ConstraintSolver/btGeneric6DofSpringConstraint.h
33        ConstraintSolver/btHinge2Constraint.h
34        ConstraintSolver/btHingeConstraint.h
35        ConstraintSolver/btJacobianEntry.h
36        ConstraintSolver/btPoint2PointConstraint.h
37        ConstraintSolver/btSequentialImpulseConstraintSolver.h
38        ConstraintSolver/btSliderConstraint.h
39        ConstraintSolver/btSolve2LinearConstraint.h
40        ConstraintSolver/btSolverBody.h
41        ConstraintSolver/btSolverConstraint.h
42        ConstraintSolver/btTypedConstraint.h
43        ConstraintSolver/btUniversalConstraint.h
44        Dynamics/btActionInterface.h
45        Dynamics/btContinuousDynamicsWorld.h
46        Dynamics/btDiscreteDynamicsWorld.h
47        Dynamics/btDynamicsWorld.h
48        Dynamics/btSimpleDynamicsWorld.h
49        Dynamics/btRigidBody.h
50
51        Vehicle/btRaycastVehicle.h
52        Vehicle/btVehicleRaycaster.h
53        Vehicle/btWheelInfo.h
54
55        Character/btCharacterControllerInterface.h
56        Character/btKinematicCharacterController.h
57)
Note: See TracBrowser for help on using the repository browser.