Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added a new module for unconnected object classes and/or specializations of basisclasses in the orxonox library. All classes are only created and used in XML and therefore aren't needed in the orxonox library itself.
Doesn't compile atm.

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