|
Last change
on this file since 344 was
341,
checked in by rgrieder, 18 years ago
|
- removed folder src/class_hierarchy
- removed a few unnec. files in src/
- added a few files in src/orxonox to make weapon system and hud work
- restructured all CMLs
- adjusted all the #include directives (only one include directory now: src)
- moved ENET library linkage to CML in src/orxonox
|
|
File size:
195 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 | ADD_LIBRARY(weapon ${WEAPON_SRC_FILES}) |
|---|
Note: See
TracBrowser
for help on using the repository browser.