Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17_merge/src/orxonox/worldentities/CMakeLists.txt @ 11774

Last change on this file since 11774 was 11774, checked in by landauf, 6 years ago

merged Waypoints_HS17

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