Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 7:01:52 PM (15 years ago)
Author:
rgrieder
Message:

Some minor adjustments to compile OgreBullet with CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/ogrebullet/CMakeLists.txt

    r1971 r1983  
    66  OgreBulletCollisionsWorld.cpp
    77 
    8   Debug/OgreBulletCollisionsDebugContanct.cpp
     8  Debug/OgreBulletCollisionsDebugContact.cpp
    99  Debug/OgreBulletCollisionsDebugDrawer.cpp
    1010  Debug/OgreBulletCollisionsDebugLines.cpp
     
    3535  OgreBulletDynamicsWorld.cpp
    3636 
    37   Contraints/OgreBulletDynamics6DofContraints.cpp
    38   Contraints/OgreBulletDynamicsConeTwistContraint.cpp
    39   Contraints/OgreBulletDynamicsHingeConstraint.cpp
    40   Contraints/OgreBulletDynamicsPoint2pointContraint.cpp
    41   Contraints/OgreBulletDynamicsRaycastVehicle.cpp
     37  Constraints/OgreBulletDynamics6DofConstraint.cpp
     38  Constraints/OgreBulletDynamicsConeTwistConstraint.cpp
     39  Constraints/OgreBulletDynamicsHingeConstraint.cpp
     40  Constraints/OgreBulletDynamicsPoint2pointConstraint.cpp
     41  Constraints/OgreBulletDynamicsRaycastVehicle.cpp
    4242 
    4343  Prefab/OgreBulletDynamicsRagDoll.cpp
     
    4545
    4646INCLUDE_DIRECTORIES(.)
     47INCLUDE_DIRECTORIES(../bullet)
    4748
    4849ADD_LIBRARY(ogrebullet_orxonox STATIC ${OGREBULLET_SRC_FILES})
Note: See TracChangeset for help on using the changeset viewer.