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
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  WorldEntity.cc
3  StaticEntity.cc
4  MovableEntity.cc
5  MobileEntity.cc
6  ControllableEntity.cc
7
8  Attacher.cc
9  Backlight.cc
10  Billboard.cc
11  BlinkingBillboard.cc
12  BigExplosion.cc
13  ExplosionChunk.cc
14  FadingBillboard.cc
15  Light.cc
16  Camera.cc
17  CameraPosition.cc
18  Model.cc
19  ParticleEmitter.cc
20  ParticleSpawner.cc
21  Planet.cc
22  SpawnPoint.cc
23  TeamSpawnPoint.cc
24  ForceField.cc
25)
26
27ADD_SUBDIRECTORY(pawns)
28ADD_SUBDIRECTORY(triggers)
Note: See TracBrowser for help on using the repository browser.