|
Last change
on this file since 6320 was
5738,
checked in by landauf, 16 years ago
|
|
merged libraries2 back to trunk
|
-
Property svn:eol-style set to
native
|
|
File size:
402 bytes
|
| Line | |
|---|
| 1 | SET_SOURCE_FILES(WEAPONS_SRC_FILES |
|---|
| 2 | MuzzleFlash.cc |
|---|
| 3 | ) |
|---|
| 4 | |
|---|
| 5 | ADD_SUBDIRECTORY(munitions) |
|---|
| 6 | ADD_SUBDIRECTORY(projectiles) |
|---|
| 7 | ADD_SUBDIRECTORY(weaponmodes) |
|---|
| 8 | |
|---|
| 9 | ORXONOX_ADD_LIBRARY(weapons |
|---|
| 10 | MODULE |
|---|
| 11 | DEFINE_SYMBOL |
|---|
| 12 | "WEAPONS_SHARED_BUILD" |
|---|
| 13 | LINK_LIBRARIES |
|---|
| 14 | orxonox |
|---|
| 15 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
|---|
| 16 | objects |
|---|
| 17 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
|---|
| 18 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.