Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/lodfinal/src/orxonox/objects/worldentities/CMakeLists.txt @ 2380

Last change on this file since 2380 was 2380, checked in by runom, 15 years ago

modified planet to moveable entity, added atmosphere select per xml

  • Property svn:eol-style set to native
File size: 388 bytes
Line 
1SET( SRC_FILES
2  WorldEntity.cc
3  PositionableEntity.cc
4  MovableEntity.cc
5  ControllableEntity.cc
6  Model.cc
7  Billboard.cc
8  BlinkingBillboard.cc
9  Light.cc
10  Camera.cc
11  CameraPosition.cc
12  SpawnPoint.cc
13  ParticleEmitter.cc
14  ParticleSpawner.cc
15  Planet.cc
16#  Backlight.cc
17)
18
19ADD_SOURCE_DIRECTORY(SRC_FILES pawns)
20ADD_SOURCE_DIRECTORY(SRC_FILES triggers)
21
22ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.