Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/worldentities/CMakeLists.txt @ 8458

Last change on this file since 8458 was 8458, checked in by smerkli, 13 years ago

merged spaceboundaries

  • Property svn:eol-style set to native
File size: 305 bytes
RevLine 
[2710]1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
[2131]2  WorldEntity.cc
[2662]3  StaticEntity.cc
[2131]4  MovableEntity.cc
[2662]5  MobileEntity.cc
[2131]6  ControllableEntity.cc
[7163]7  Drone.cc
[3101]8  BigExplosion.cc
[6417]9  EffectContainer.cc
[2662]10  ExplosionChunk.cc
[2131]11  CameraPosition.cc
[2662]12  SpawnPoint.cc
[2826]13  TeamSpawnPoint.cc
[8458]14  SpaceBoundaries.cc
[2131]15)
16
[2710]17ADD_SUBDIRECTORY(pawns)
Note: See TracBrowser for help on using the repository browser.