Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/src/modules/jump/CMakeLists.txt @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.