Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/PresentationFS18/src/orxonox/worldentities/CMakeLists.txt @ 12020

Last change on this file since 12020 was 12016, checked in by patricwi, 7 years ago

Merged Scriptable Controller

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