Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Waypoints_HS17/src/orxonox/worldentities/CMakeLists.txt @ 11661

Last change on this file since 11661 was 11539, checked in by jostoffe, 7 years ago

Arrow- und ArrowControllerfiles hinzugefuegt. Position vom Schiff wird an ArrowController uerbergeben aber noch nichts damit gemacht

  • Property svn:eol-style set to native
File size: 334 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  AutonomousDrone.cc
16  Arrow.cc
17)
18
19ADD_SUBDIRECTORY(pawns)
Note: See TracBrowser for help on using the repository browser.