Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_merge/src/orxonox/objects/collisionshapes/CMakeLists.txt @ 2442

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

Finally merged physics stuff. Target is physics_merge because I'll have to do some testing first.

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