Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added 2 new collision shapes: cone and box.

  • Property svn:eol-style set to native
File size: 192 bytes
Line 
1SET( SRC_FILES
2  BoxCollisionShape.cc
3  CollisionShape.cc
4  CompoundCollisionShape.cc
5  ConeCollisionShape.cc
6  PlaneCollisionShape.cc
7  SphereCollisionShape.cc
8)
9
10ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.