Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial2/src/orxonox/worldentities/CMakeLists.txt @ 7444

Last change on this file since 7444 was 7444, checked in by dafrick, 14 years ago

Adding Drone (Which is now called AutonomousDrone) and its controller.

  • Property svn:eol-style set to native
File size: 305 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  AutonomousDrone.cc
3  WorldEntity.cc
4  StaticEntity.cc
5  MovableEntity.cc
6  MobileEntity.cc
7  ControllableEntity.cc
8  Drone.cc
9  BigExplosion.cc
10  EffectContainer.cc
11  ExplosionChunk.cc
12  CameraPosition.cc
13  SpawnPoint.cc
14  TeamSpawnPoint.cc
15)
16
17ADD_SUBDIRECTORY(pawns)
Note: See TracBrowser for help on using the repository browser.