source:
code/branches/FICN/src/orxonox/weapon/CMakeLists.txt
@
340
| Last change on this file since 340 was 337, checked in by bknecht, 18 years ago | |
|---|---|
| File size: 253 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | # create a few variables to simplify life |
| 4 | SET( WEAPON_SRC |
| 5 | ammunition_dump.cc |
| 6 | barrel_gun.cc |
| 7 | base_weapon.cc |
| 8 | bullet.cc |
| 9 | bullet_manager.cc |
| 10 | weapon_station.cc |
| 11 | ) |
| 12 | |
| 13 | INCLUDE_DIRECTORIES(..) |
| 14 | |
| 15 | ADD_LIBRARY(weapon ${WEAPON_SRC}) |
Note: See TracBrowser
for help on using the repository browser.










