Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/libraries2/src/orxonox/objects/worldentities/CMakeLists.txt @ 5725

Last change on this file since 5725 was 5725, checked in by landauf, 15 years ago

added a new module for the pong gametype and all related classes

  • Property svn:eol-style set to native
File size: 472 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
[2662]7
[3077]8  Attacher.cc
[2662]9  Backlight.cc
[2131]10  Billboard.cc
11  BlinkingBillboard.cc
[3101]12  BigExplosion.cc
[2662]13  ExplosionChunk.cc
14  FadingBillboard.cc
[2131]15  Light.cc
16  Camera.cc
17  CameraPosition.cc
[2662]18  Model.cc
[2131]19  ParticleEmitter.cc
20  ParticleSpawner.cc
[2662]21  Planet.cc
22  SpawnPoint.cc
[2826]23  TeamSpawnPoint.cc
[3033]24  ForceField.cc
[2131]25)
26
[2710]27ADD_SUBDIRECTORY(pawns)
28ADD_SUBDIRECTORY(triggers)
Note: See TracBrowser for help on using the repository browser.