25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

19 satır
987 B

  1. Option ( CPPLOGGING_INSTALL_HEADER
  2. "Install headers of cpplogging."
  3. ON )
  4. Option ( CPPLOGGING_INSTALL_STATIC
  5. "Install static library of cpplogging."
  6. ON )
  7. Option ( CPPLOGGING_INSTALL_SHARED
  8. "Install shared library of cpplogging."
  9. ON )
  10. Option ( CPPLOGGING_INSTALL_DEBUG
  11. "Install the stripped debug informations of cpplogging."
  12. OFF )
  13. Option ( CPPLOGGING_NO_STRIP
  14. "Do not strip debug symbols from binary."
  15. OFF )
  16. Option ( CPPLOGGING_USE_GIT_VERSION
  17. "Read the git tags to get the version of cpplogging"
  18. ON )