Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added some structire. Next to do, fix Centerpoint and error when compiling

File size: 222 bytes
Line 
1SET_SOURCE_FILES(SOB_SRC_FILES
2
3  SOBCenterpoint.cc
4  SOB.cc
5  SOBFigure.cc
6 
7
8)
9
10ORXONOX_ADD_LIBRARY(superorxobros
11  PLUGIN
12  FIND_HEADER_FILES
13  LINK_LIBRARIES
14    orxonox
15    overlays
16  SOURCE_FILES ${SOB_SRC_FILES}
17)
Note: See TracBrowser for help on using the repository browser.