Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickupsFS14/src/modules/jump/CMakeLists.txt @ 10040

Last change on this file since 10040 was 10040, checked in by fvultier, 10 years ago

Bewegung mit WASD und Absprung von einer Platform in der Mitte funktioniert.

File size: 335 bytes
Line 
1SET_SOURCE_FILES(JUMP_SRC_FILES
2BUILD_UNIT JumpBuildUnit.cc
3  Jump.cc
4  JumpPlatform.cc
5  JumpPlatformHMove.cc
6  JumpPlatformVMove.cc
7  JumpFigure.cc
8  JumpCenterpoint.cc
9  JumpScore.cc
10END_BUILD_UNIT
11)
12
13ORXONOX_ADD_LIBRARY(jump
14  MODULE
15  FIND_HEADER_FILES
16  LINK_LIBRARIES
17    orxonox
18    overlays
19  SOURCE_FILES ${JUMP_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.