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

16 行
839 B

  1. Option ( CPPMICROHTTPD_INSTALL_HEADER
  2. "Install headers of cppmicrohttpd."
  3. ON )
  4. Option ( CPPMICROHTTPD_INSTALL_STATIC
  5. "Install static library of cppmicrohttpd."
  6. ON )
  7. Option ( CPPMICROHTTPD_INSTALL_SHARED
  8. "Install shared library of cppmicrohttpd."
  9. ON )
  10. Option ( CPPMICROHTTPD_INSTALL_DEBUG
  11. "Install the stripped debug informations of cppmicrohttpd."
  12. OFF )
  13. Option ( CPPMICROHTTPD_NO_STRIP
  14. "Do not strip debug symbols from binary."
  15. OFF )