Changeset 376 for code/branches/FICN/src/orxonox/weapon
- Timestamp:
- Dec 3, 2007, 10:14:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/weapon/CMakeLists.txt
r373 r376 2 2 3 3 SET( WEAPON_SRC_FILES 4 5 6 7 8 9 4 ammunition_dump.cc 5 barrel_gun.cc 6 base_weapon.cc 7 bullet.cc 8 bullet_manager.cc 9 weapon_station.cc 10 10 ) 11 11 12 12 ADD_LIBRARY(weapon SHARED ${WEAPON_SRC_FILES}) 13 SET_TARGET_PROPERTIES(weapon PROPERTIES LINK_FLAGS "--no-undefined" )
Note: See TracChangeset
for help on using the changeset viewer.