Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/weapon/CMakeLists.txt @ 300

Last change on this file since 300 was 300, checked in by nicolasc, 16 years ago

initial merge of main_reto

File size: 227 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( WEAPON_SRC
5        ammunition_dump.cc
6        barrel_gun.cc
7        base_weapon.cc
8        bullet.cc
9        bullet_manager.cc
10        weapon_station.cc
11)
12
13ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracBrowser for help on using the repository browser.