Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/objects/collisionshapes/CMakeLists.txt @ 10580

Last change on this file since 10580 was 10189, checked in by landauf, 9 years ago

added new collision shape (cylinder)

  • Property svn:eol-style set to native
File size: 203 bytes
Line 
1ADD_SOURCE_FILES(OBJECTS_SRC_FILES
2  AbstractRadiusHeightCollisionShape.cc
3  BoxCollisionShape.cc
4  ConeCollisionShape.cc
5  CylinderCollisionShape.cc
6  PlaneCollisionShape.cc
7  SphereCollisionShape.cc
8)
Note: See TracBrowser for help on using the repository browser.