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










