source:
code/trunk/src/modules/weapons/CMakeLists.txt
@
12206
Last change on this file since 12206 was 10629, checked in by fvultier, 9 years ago | |
---|---|
|
|
File size: 463 bytes |
Rev | Line | |
---|---|---|
[5724] | 1 | SET_SOURCE_FILES(WEAPONS_SRC_FILES |
[2981] | 2 | MuzzleFlash.cc |
[7163] | 3 | RocketController.cc |
[10629] | 4 | IceGunFreezer.cc |
[2131] | 5 | ) |
6 | ||
[2710] | 7 | ADD_SUBDIRECTORY(munitions) |
8 | ADD_SUBDIRECTORY(projectiles) | |
[2921] | 9 | ADD_SUBDIRECTORY(weaponmodes) |
[5693] | 10 | |
[5724] | 11 | ORXONOX_ADD_LIBRARY(weapons |
[5693] | 12 | MODULE |
[5749] | 13 | FIND_HEADER_FILES |
14 | PCH_FILE | |
15 | WeaponsPrecompiledHeaders.h | |
[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.