source:
code/branches/pickupsFS14/src/modules/jump/CMakeLists.txt
@
10233
Last change on this file since 10233 was 10074, checked in by fvultier, 11 years ago | |
---|---|
File size: 574 bytes |
Rev | Line | |
---|---|---|
[10040] | 1 | SET_SOURCE_FILES(JUMP_SRC_FILES |
[10005] | 2 | BUILD_UNIT JumpBuildUnit.cc |
3 | Jump.cc | |
[10017] | 4 | JumpPlatform.cc |
[10041] | 5 | JumpPlatformStatic.cc |
[10040] | 6 | JumpPlatformHMove.cc |
7 | JumpPlatformVMove.cc | |
[10050] | 8 | JumpPlatformDisappear.cc |
9 | JumpPlatformTimer.cc | |
10 | JumpPlatformFake.cc | |
11 | JumpProjectile.cc | |
12 | JumpEnemy.cc | |
[10040] | 13 | JumpFigure.cc |
[10050] | 14 | JumpItem.cc |
[10074] | 15 | JumpSpring.cc |
16 | JumpRocket.cc | |
17 | JumpShield.cc | |
18 | JumpPropeller.cc | |
19 | JumpBoots.cc | |
[10040] | 20 | JumpCenterpoint.cc |
21 | JumpScore.cc | |
[10005] | 22 | END_BUILD_UNIT |
23 | ) | |
24 | ||
25 | ORXONOX_ADD_LIBRARY(jump | |
26 | MODULE | |
27 | FIND_HEADER_FILES | |
28 | LINK_LIBRARIES | |
29 | orxonox | |
30 | overlays | |
[10074] | 31 | weapons |
[10040] | 32 | SOURCE_FILES ${JUMP_SRC_FILES} |
[10005] | 33 | ) |
Note: See TracBrowser
for help on using the repository browser.