Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto/src/weapon/CMakeLists.txt @ 273

Last change on this file since 273 was 273, checked in by rgrieder, 17 years ago
  • fixed the last bug (BaseObjet.cc —> BaseObject.cc)
  • removed the header file names in the CMakeLists.txt (src/weapon and src)
File size: 227 bytes
RevLine 
[190]1PROJECT(Orxonox)
2
3# create a few variables to simplify life
[267]4SET( WEAPON_SRC
[190]5        ammunition_dump.cc
[267]6        barrel_gun.cc
7        base_weapon.cc
[190]8        bullet.cc
[191]9        bullet_manager.cc
[267]10        weapon_station.cc
[273]11)
[267]12
[272]13ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracBrowser for help on using the repository browser.