Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 19 and Version 20 of code/Buildsystem


Ignore:
Timestamp:
Feb 14, 2015, 5:55:50 PM (9 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/Buildsystem

    v19 v20  
    2626== CMake Options ==
    2727Specifying them can either be done in the GUI very easily (please exclude the advanced entries) or on the command line with:
    28 {{{ cmake -D MYVALUE=value .. }}}
     28{{{ cmake -DMYVALUE=value .. }}}
    2929If you wish to have more options than listed here, you will have to consult an Orxonox developer or the CMake online docs.
    3030