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