Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/weapon/CMakeLists.txt @ 373

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

some minor CML changes

File size: 273 bytes
Line 
1PROJECT(Orxonox)
2
3SET( WEAPON_SRC_FILES
4        ammunition_dump.cc
5        barrel_gun.cc
6        base_weapon.cc
7        bullet.cc
8        bullet_manager.cc
9        weapon_station.cc
10)
11
12ADD_LIBRARY(weapon SHARED ${WEAPON_SRC_FILES})
13SET_TARGET_PROPERTIES(weapon PROPERTIES LINK_FLAGS "--no-undefined" )
Note: See TracBrowser for help on using the repository browser.