source:
code/branches/FICN/src/orxonox/weapon/CMakeLists.txt
@
558
| Last change on this file since 558 was 555, checked in by landauf, 18 years ago | |
|---|---|
| File size: 291 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | SET( 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 | |
| 12 | IF(WIN32) |
| 13 | ADD_LIBRARY(weapon ${WEAPON_SRC_FILES}) |
| 14 | ELSE(WIN32) |
| 15 | ADD_LIBRARY(weapon SHARED ${WEAPON_SRC_FILES}) |
| 16 | ENDIF(WIN32) |
Note: See TracBrowser
for help on using the repository browser.










