Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Lululululululululu

File size: 235 bytes
Line 
1SET_SOURCE_FILES(SOB_SRC_FILES
2
3  SOBCenterpoint.cc
4  SOB.cc
5  SOBFigure.cc
6  SOBItem.cc
7 
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.