- Timestamp:
- Apr 17, 2014, 4:29:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/CMakeLists.txt
r10017 r10040 1 SET_SOURCE_FILES(J ump_SRC_FILES1 SET_SOURCE_FILES(JUMP_SRC_FILES 2 2 BUILD_UNIT JumpBuildUnit.cc 3 3 Jump.cc 4 JumpCenterPoint.cc5 JumpShip.cc6 4 JumpPlatform.cc 5 JumpPlatformHMove.cc 6 JumpPlatformVMove.cc 7 JumpFigure.cc 8 JumpCenterpoint.cc 9 JumpScore.cc 7 10 END_BUILD_UNIT 8 11 ) … … 14 17 orxonox 15 18 overlays 16 weapons 17 SOURCE_FILES ${Jump_SRC_FILES} 19 SOURCE_FILES ${JUMP_SRC_FILES} 18 20 )
Note: See TracChangeset
for help on using the changeset viewer.