source:
code/branches/presentationFS15/src/modules/weapons/CMakeLists.txt
@
10487
Last change on this file since 10487 was 10485, checked in by maxima, 10 years ago | |
---|---|
|
|
File size: 509 bytes |
Rev | Line | |
---|---|---|
[5724] | 1 | SET_SOURCE_FILES(WEAPONS_SRC_FILES |
[2981] | 2 | MuzzleFlash.cc |
[7163] | 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 | LINK_LIBRARIES |
16 | orxonox | |
[5730] | 17 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
18 | objects | |
[5724] | 19 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
[5693] | 20 | ) |
[10485] | 21 | |
22 | #TARGET_LINK_LIBRARIES(weapons | |
23 | # particleuniverse_orxonox | |
24 | #) |
Note: See TracBrowser
for help on using the repository browser.