cmake

Flag Effects

ASYNC_MQTT_USE_TLS

Enables TLS

ASYNC_MQTT_USE_WS

Enables Websockets (compilation time becomes longer)

ASYNC_MQTT_USE_LOG

Enable logging via Boost.Log

ASYNC_MQTT_PRINT_PAYLOAD

Output payload when publish packet is output

ASYNC_MQTT_BUILD_UNIT_TESTS

Build unit tests

ASYNC_MQTT_BUILD_SYSTEM_TESTS

Build system tests. The system tests requires broker.

ASYNC_MQTT_BUILD_TOOLS

Build tools (broker, bench, etc)

ASYNC_MQTT_BUILD_EXAMPLES

Build examples

C++ preprocessor macro

Flag Effects

ASYNC_MQTT_USE_TLS

Enables TLS

ASYNC_MQTT_USE_WS

Enables Websockets (compilation time becomes longer)

ASYNC_MQTT_USE_LOG

Enable logging via Boost.Log

ASYNC_MQTT_PRINT_PAYLOAD

Output payload when publish packet is output