您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
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 )