Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/objects/CMakeLists.txt @ 691

Last change on this file since 691 was 676, checked in by landauf, 17 years ago
  • include guards
  • readded Light (maybe i'll remove it again, but at the moment i want it to stay)
File size: 614 bytes
Line 
1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
4  Ambient.cc
5  BaseObject.cc
6  BillboardSet.cc
7  Camera.cc
8  Explosion.cc
9  Fighter.cc
10  Mesh.cc
11  Light.cc
12  Model.cc
13  NPC.cc
14  Projectile.cc
15  Skybox.cc
16  SpaceShip.cc
17#  SpaceshipSteeringObject.cc
18  WorldEntity.cc
19  test1.cc
20  test2.cc
21  test3.cc
22  weapon_system/AmmunitionDump.cc
23  weapon_system/BarrelGun.cc
24  weapon_system/BaseWeapon.cc
25  weapon_system/Bullet.cc
26  weapon_system/BulletManager.cc
27  weapon_system/WeaponStation.cc
28)
29
30ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
31
32TARGET_LINK_LIBRARIES( objects
33  xml
34  orxonox
35)
Note: See TracBrowser for help on using the repository browser.