|
Last change
on this file since 368 was
358,
checked in by rgrieder, 18 years ago
|
- fixed bug with SET_TARGET_PROPERTIES (works now according to linker command line, but it is still possible to add a function
- added a lot of SHARED, since STATIC is actually the default value (confirmed by console message: linking static library blah..)
|
|
File size:
202 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 SHARED ${WEAPON_SRC_FILES}) |
|---|
Note: See
TracBrowser
for help on using the repository browser.