Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/jump/CMakeLists.txt @ 10624

Last change on this file since 10624 was 10624, checked in by landauf, 8 years ago

merged branch core7 back to trunk

  • 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.