Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/orxonox/objects/worldentities/CMakeLists.txt @ 2420

Last change on this file since 2420 was 2420, checked in by scheusso, 15 years ago

merged lodfinal (planet) branch to presentation branch

  • 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.