Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_FS17/src/modules/superorxobros/CMakeLists.txt @ 11400

Last change on this file since 11400 was 11400, checked in by jkindle, 7 years ago

Added jetpack, rotation of player, Questionmark-blocks and Hitlistener for the QBlocks. Made description for David in XML file for usage of hittable blocks

File size: 247 bytes
Line 
1SET_SOURCE_FILES(SOB_SRC_FILES
2
3  SOBCenterpoint.cc
4  SOB.cc
5  SOBFigure.cc
6  SOBItem.cc
7  SOBQBlock.cc
8
9)
10
11ORXONOX_ADD_LIBRARY(superorxobros
12  PLUGIN
13  FIND_HEADER_FILES
14  LINK_LIBRARIES
15    orxonox
16    overlays
17  SOURCE_FILES ${SOB_SRC_FILES}
18)
Note: See TracBrowser for help on using the repository browser.