Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/superorxobros/CMakeLists.txt @ 11449

Last change on this file since 11449 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
Line 
1SET_SOURCE_FILES(SOB_SRC_FILES
2
3  SOBCenterpoint.cc
4  SOB.cc
5  SOBFigure.cc
6  SOBItem.cc
7  SOBQBlock.cc
8  SOBMushroom.cc
9  SOBHUDInfo.cc
10  SOBGumba.cc
11  SOBFlagstone.cc
12  SOBCastlestone.cc
13  SOBCoin.cc
14
15)
16
17ORXONOX_ADD_LIBRARY(superorxobros
18  PLUGIN
19  FIND_HEADER_FILES
20  LINK_LIBRARIES
21    orxonox
22    overlays
23  SOURCE_FILES ${SOB_SRC_FILES}
24)
Note: See TracBrowser for help on using the repository browser.