Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SOBv2_HS17/src/modules/superorxobros/CMakeLists.txt @ 11556

Last change on this file since 11556 was 11556, checked in by zarron, 6 years ago

Fireball implemented, Physics are crazy at the moment

File size: 362 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  SOBFireball.cc
12  SOBFlagstone.cc
13  SOBCastlestone.cc
14  SOBCoin.cc
15
16)
17
18ORXONOX_ADD_LIBRARY(superorxobros
19  PLUGIN
20  FIND_HEADER_FILES
21  LINK_LIBRARIES
22    orxonox
23    overlays
24  SOURCE_FILES ${SOB_SRC_FILES}
25)
Note: See TracBrowser for help on using the repository browser.