Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/src/orxonox/worldentities/CMakeLists.txt @ 10970

Last change on this file since 10970 was 10970, checked in by maxima, 8 years ago

Merged campaign and presentation. Everything seems to work fine.

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