Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/jump/CMakeLists.txt @ 10581

Last change on this file since 10581 was 10581, checked in by landauf, 9 years ago

8 modules are now marked as plugins (which means they are only loaded on demand): dodgerace, gametypes (spacerace), invader, jump, mini4dgame, pong, tetris, and towerdefense.

  • Property svn:eol-style set to native
File size: 562 bytes
Line 
1SET_SOURCE_FILES(JUMP_SRC_FILES
2BUILD_UNIT JumpBuildUnit.cc
3  Jump.cc
4  JumpPlatform.cc
5  JumpPlatformStatic.cc
6  JumpPlatformHMove.cc
7  JumpPlatformVMove.cc
8  JumpPlatformDisappear.cc
9  JumpPlatformTimer.cc
10  JumpPlatformFake.cc
11  JumpProjectile.cc
12  JumpEnemy.cc
13  JumpFigure.cc
14  JumpItem.cc
15  JumpSpring.cc
16  JumpRocket.cc
17  JumpShield.cc
18  JumpPropeller.cc
19  JumpBoots.cc
20  JumpCenterpoint.cc
21  JumpScore.cc
22END_BUILD_UNIT
23)
24
25ORXONOX_ADD_LIBRARY(jump
26  PLUGIN
27  FIND_HEADER_FILES
28  LINK_LIBRARIES
29    orxonox
30    overlays
31  SOURCE_FILES ${JUMP_SRC_FILES}
32)
Note: See TracBrowser for help on using the repository browser.