Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added a HUD and type to QBlocks

File size: 280 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
[11370]10
11)
12
13ORXONOX_ADD_LIBRARY(superorxobros
14  PLUGIN
15  FIND_HEADER_FILES
16  LINK_LIBRARIES
17    orxonox
18    overlays
[11378]19  SOURCE_FILES ${SOB_SRC_FILES}
[11370]20)
Note: See TracBrowser for help on using the repository browser.