Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17/src/orxonox/worldentities/CMakeLists.txt @ 11690

Last change on this file since 11690 was 11690, checked in by patricwi, 6 years ago

rolled back to functional without 2 branches

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