Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ai/src/orxonox/worldentities/CMakeLists.txt @ 6850

Last change on this file since 6850 was 6850, checked in by solex, 15 years ago

master/slave interaction of bots now correct - getting closer to formation flight

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