Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/explosionChunksHS15/src/orxonox/worldentities/CMakeLists.txt @ 10753

Last change on this file since 10753 was 10752, checked in by vaydin, 9 years ago

Deleted previously created VaydinExplosion class, created ExplosionPart class

  • Property svn:eol-style set to native
File size: 303 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
[10752]14  ExplosionPart.cc
[2131]15)
16
[2710]17ADD_SUBDIRECTORY(pawns)
Note: See TracBrowser for help on using the repository browser.