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.

16 righe
785 B

  1. Option ( CPPCURL_INSTALL_HEADER
  2. "Install headers of cppcurl."
  3. ON )
  4. Option ( CPPCURL_INSTALL_STATIC
  5. "Install static library of cppcurl."
  6. ON )
  7. Option ( CPPCURL_INSTALL_SHARED
  8. "Install shared library of cppcurl."
  9. ON )
  10. Option ( CPPCURL_INSTALL_DEBUG
  11. "Install the stripped debug informations of cppcurl."
  12. OFF )
  13. Option ( CPPCURL_NO_STRIP
  14. "Do not strip debug symbols from binary."
  15. OFF )