|
Last change
on this file since 10430 was
10428,
checked in by gpregger, 10 years ago
|
|
waste of time + New Explosion in 'rocket.cc' + old Rocket in 'rocketOld.cc' with 'RocketFireOld.cc'
|
-
Property svn:eol-style set to
native
|
|
File size:
509 bytes
|
| Line | |
|---|
| 1 | SET_SOURCE_FILES(WEAPONS_SRC_FILES |
|---|
| 2 | MuzzleFlash.cc |
|---|
| 3 | RocketController.cc |
|---|
| 4 | ) |
|---|
| 5 | |
|---|
| 6 | ADD_SUBDIRECTORY(munitions) |
|---|
| 7 | ADD_SUBDIRECTORY(projectiles) |
|---|
| 8 | ADD_SUBDIRECTORY(weaponmodes) |
|---|
| 9 | |
|---|
| 10 | ORXONOX_ADD_LIBRARY(weapons |
|---|
| 11 | MODULE |
|---|
| 12 | FIND_HEADER_FILES |
|---|
| 13 | PCH_FILE |
|---|
| 14 | WeaponsPrecompiledHeaders.h |
|---|
| 15 | LINK_LIBRARIES |
|---|
| 16 | orxonox |
|---|
| 17 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
|---|
| 18 | objects |
|---|
| 19 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
|---|
| 20 | ) |
|---|
| 21 | |
|---|
| 22 | #TARGET_LINK_LIBRARIES(weapons |
|---|
| 23 | # particleuniverse_orxonox |
|---|
| 24 | #) |
|---|
Note: See
TracBrowser
for help on using the repository browser.