source:
code/branches/presentation3/src/modules/weapons/CMakeLists.txt
@
7129
Last change on this file since 7129 was 6951, checked in by scheusso, 14 years ago | |
---|---|
|
|
File size: 487 bytes |
Rev | Line | |
---|---|---|
[5724] | 1 | SET_SOURCE_FILES(WEAPONS_SRC_FILES |
[2981] | 2 | MuzzleFlash.cc |
[6951] | 3 | RocketController.cc |
[2131] | 4 | ) |
5 | ||
[2710] | 6 | ADD_SUBDIRECTORY(munitions) |
7 | ADD_SUBDIRECTORY(projectiles) | |
[2921] | 8 | ADD_SUBDIRECTORY(weaponmodes) |
[5693] | 9 | |
[5724] | 10 | ORXONOX_ADD_LIBRARY(weapons |
[5693] | 11 | MODULE |
[5749] | 12 | FIND_HEADER_FILES |
13 | PCH_FILE | |
14 | WeaponsPrecompiledHeaders.h | |
[5693] | 15 | DEFINE_SYMBOL |
[5724] | 16 | "WEAPONS_SHARED_BUILD" |
[5693] | 17 | LINK_LIBRARIES |
18 | orxonox | |
[5730] | 19 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
20 | objects | |
[5724] | 21 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
[5693] | 22 | ) |
Note: See TracBrowser
for help on using the repository browser.