source:
code/branches/main_reto/src/weapon/CMakeLists.txt
@
230
| Last change on this file since 230 was 206, checked in by rgrieder, 18 years ago | |
|---|---|
| File size: 255 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | # create a few variables to simplify life |
| 4 | SET(WPN_CC_FILES |
| 5 | ammunition_dump.cc |
| 6 | bullet.cc |
| 7 | bullet_manager.cc |
| 8 | weapon_manager.cc) |
| 9 | SET(WPN_H_FILES |
| 10 | ammunition_dump.h |
| 11 | bullet.h |
| 12 | bullet_manager.h |
| 13 | weapon.h |
| 14 | weapon_manager.h) |
| 15 |
Note: See TracBrowser
for help on using the repository browser.










