Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

10 righe
522 B

  1. Option ( HELLOWORLD_INSTALL_DEBUG
  2. "Install the stripped debug informations of helloworld."
  3. OFF )
  4. Option ( HELLOWORLD_NO_STRIP
  5. "Do not strip debug symbols from helloworld binary."
  6. OFF )
  7. Option ( HELLOWORLD_USE_GIT_VERSION
  8. "Read the git tags to get the version of helloworld"
  9. ON )