Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- Option ( CPPMICROHTTPD_INSTALL_HEADER
- "Install headers of cppmicrohttpd."
- ON )
- Option ( CPPMICROHTTPD_INSTALL_STATIC
- "Install static library of cppmicrohttpd."
- ON )
- Option ( CPPMICROHTTPD_INSTALL_SHARED
- "Install shared library of cppmicrohttpd."
- ON )
- Option ( CPPMICROHTTPD_INSTALL_DEBUG
- "Install the stripped debug informations of cppmicrohttpd."
- OFF )
- If ( NOT CPPMICROHTTPD_LOGGING )
- Set ( CPPMICROHTTPD_LOGGING none
- CACHE STRING "Specify how cppmicrohttpd should write log entries." )
- Set_Property ( CACHE CPPMICROHTTPD_LOGGING
- PROPERTY STRINGS none stdout cpplogging )
- EndIf ( )
|