Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

(I didn't)

File size: 589 bytes
Line 
1PROJECT(Orxonox)
2
3INCLUDE_DIRECTORIES(../tools)
4
5SET( OBJECTS_SRC_FILES
6  Ambient.cc
7  Camera.cc
8  Explosion.cc
9  Fighter.cc
10  Model.cc
11  NPC.cc
12  Projectile.cc
13  Skybox.cc
14  SpaceShip.cc
15#  SpaceshipSteeringObject.cc
16  WorldEntity.cc
17  test1.cc
18  test2.cc
19  test3.cc
20  weapon_system/AmmunitionDump.cc
21  weapon_system/BarrelGun.cc
22  weapon_system/BaseWeapon.cc
23  weapon_system/Bullet.cc
24  weapon_system/BulletManager.cc
25  weapon_system/WeaponStation.cc
26)
27
28ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
29
30TARGET_LINK_LIBRARIES( objects
31  util
32  orxonox
33)
Note: See TracBrowser for help on using the repository browser.