Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/objects/collisionshapes/CMakeLists.txt @ 2562

Last change on this file since 2562 was 2562, checked in by rgrieder, 15 years ago
  • Added WorldEntityCollisionShape to clarify when a CompoundCollisionShape belongs to a WE.
  • Also fixed problems with the synchronisation of the CollisionShape hierarchy.
  • Property svn:eol-style set to native
File size: 223 bytes
RevLine 
[2442]1SET( SRC_FILES
[2486]2  BoxCollisionShape.cc
[2442]3  CollisionShape.cc
4  CompoundCollisionShape.cc
[2486]5  ConeCollisionShape.cc
[2442]6  PlaneCollisionShape.cc
7  SphereCollisionShape.cc
[2562]8  WorldEntityCollisionShape.cc
[2442]9)
10
11ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.