Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added the animation for the level end (walk into castle), Coins for the blocks, Castleblocks and Flagblocks

File size: 345 bytes
RevLine 
[11378]1SET_SOURCE_FILES(SOB_SRC_FILES
[11370]2
[11378]3  SOBCenterpoint.cc
4  SOB.cc
5  SOBFigure.cc
[11392]6  SOBItem.cc
[11400]7  SOBQBlock.cc
[11402]8  SOBMushroom.cc
[11405]9  SOBHUDInfo.cc
[11412]10  SOBGumba.cc
11  SOBFlagstone.cc
[11416]12  SOBCastlestone.cc
13  SOBCoin.cc
[11370]14
15)
16
17ORXONOX_ADD_LIBRARY(superorxobros
18  PLUGIN
19  FIND_HEADER_FILES
20  LINK_LIBRARIES
21    orxonox
22    overlays
[11378]23  SOURCE_FILES ${SOB_SRC_FILES}
[11370]24)
Note: See TracBrowser for help on using the repository browser.