source:
code/branches/main_reto/src/weapon/CMakeLists.txt
@
270
| Last change on this file since 270 was 267, checked in by rgrieder, 18 years ago | |
|---|---|
| File size: 333 bytes | |
| Rev | Line | |
|---|---|---|
| [190] | 1 | PROJECT(Orxonox) |
| 2 | ||
| 3 | # create a few variables to simplify life | |
| [267] | 4 | SET( WEAPON_SRC |
| [190] | 5 | ammunition_dump.cc |
| [267] | 6 | barrel_gun.cc |
| 7 | base_weapon.cc | |
| [190] | 8 | bullet.cc |
| [191] | 9 | bullet_manager.cc |
| [267] | 10 | weapon_station.cc |
| 11 | ||
| [190] | 12 | ammunition_dump.h |
| [267] | 13 | barrel_gun.h |
| 14 | base_weapon.h | |
| [190] | 15 | bullet.h |
| [191] | 16 | bullet_manager.h |
| [267] | 17 | weapon_station.h |
| 18 | ) | |
| [190] | 19 | |
| [267] | 20 | #ADD_LIBRARY(WEAPON ${WEAPON_SRC} ) |
Note: See TracBrowser
for help on using the repository browser.










