Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core/src/orxonox/CMakeLists.txt @ 793

Last change on this file since 793 was 793, checked in by landauf, 16 years ago

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

File size: 996 bytes
RevLine 
[752]1SET( ORXONOX_SRC_FILES
[768]2  GraphicsEngine.cc
3  Main.cc
[752]4  Orxonox.cc
[793]5#  SpaceshipSteering.cc
6#  hud/HUD.cc
7#  particle/ParticleInterface.cc
8#  tools/BillboardSet.cc
9#  tools/Light.cc
[768]10  tools/Mesh.cc
[793]11#  objects/Ambient.cc
12#  objects/Camera.cc
13#  objects/Explosion.cc
14#  objects/Fighter.cc
[768]15  objects/Model.cc
[793]16#  objects/NPC.cc
17#  objects/Projectile.cc
18#  objects/Skybox.cc
19#  objects/SpaceShip.cc
20#  objects/SpaceshipSteeringObject.cc
21  objects/test1.cc
22  objects/test2.cc
23  objects/test3.cc
[768]24  objects/WorldEntity.cc
[793]25#  objects/weapon/AmmunitionDump.cc
26#  objects/weapon/BarrelGun.cc
27#  objects/weapon/BaseWeapon.cc
28#  objects/weapon/Bullet.cc
29#  objects/weapon/BulletManager.cc
30#  objects/weapon/WeaponStation.cc
[752]31)
32
[774]33ADD_EXECUTABLE( orxonox ${ORXONOX_SRC_FILES} )
[752]34
[774]35SET_TARGET_PROPERTIES( orxonox PROPERTIES LINK_FLAGS "--no-undefined" )
[752]36
[774]37TARGET_LINK_LIBRARIES( orxonox
[752]38  ${OGRE_LIBRARIES}
39  ${OIS_LIBRARIES}
[768]40  util
41  core
[793]42#  audio
43#  network
44#  loader
[752]45)
46
Note: See TracBrowser for help on using the repository browser.