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
1.0 KiB

  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. If ( NOT CPPMICROHTTPD_LOGGING )
  14. Set ( CPPMICROHTTPD_LOGGING none
  15. CACHE STRING "Specify how cppmicrohttpd should write log entries." )
  16. Set_Property ( CACHE CPPMICROHTTPD_LOGGING
  17. PROPERTY STRINGS none stdout cpplogging )
  18. EndIf ( )