Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 358 was 358, checked in by rgrieder, 17 years ago
  • fixed bug with SET_TARGET_PROPERTIES (works now according to linker command line, but it is still possible to add a function
  • added a lot of SHARED, since STATIC is actually the default value (confirmed by console message: linking static library blah..)
File size: 202 bytes
RevLine 
[190]1PROJECT(Orxonox)
2
[341]3SET( WEAPON_SRC_FILES
[190]4        ammunition_dump.cc
[267]5        barrel_gun.cc
6        base_weapon.cc
[190]7        bullet.cc
[191]8        bullet_manager.cc
[267]9        weapon_station.cc
[273]10)
[267]11
[358]12ADD_LIBRARY(weapon SHARED ${WEAPON_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.