Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Moved all files and subdirectories from orxonox/objects to orxonox directly. Deleted the objects directory.

Doesn't compile at the moment because all paths to objects are wrong

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