Last change
on this file since 7129 was
6951,
checked in by scheusso, 14 years ago
|
merged rocket branch into presentation3 and cleaned up some things (mostly debug output and intendation)
|
-
Property svn:eol-style set to
native
|
File size:
487 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 | DEFINE_SYMBOL |
---|
16 | "WEAPONS_SHARED_BUILD" |
---|
17 | LINK_LIBRARIES |
---|
18 | orxonox |
---|
19 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
---|
20 | objects |
---|
21 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
---|
22 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.