source:
code/trunk/src/modules/weapons/CMakeLists.txt
@
5745
Last change on this file since 5745 was 5738, checked in by landauf, 16 years ago | |
---|---|
|
|
File size: 402 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 |
11 | DEFINE_SYMBOL | |
[5724] | 12 | "WEAPONS_SHARED_BUILD" |
[5693] | 13 | LINK_LIBRARIES |
14 | orxonox | |
[5730] | 15 | # TODO: Remove this as soon as projectiles aren't hardcoded anymore buth rather defined in XML |
16 | objects | |
[5724] | 17 | SOURCE_FILES ${WEAPONS_SRC_FILES} |
[5693] | 18 | ) |
Note: See TracBrowser
for help on using the repository browser.