blob: 2055005604e5af318bfd1eaa671d4c2f6e1bdccf [file] [log] [blame]
zephyr_library()
zephyr_library_sources(
mqtt_decoder.c
mqtt_encoder.c
mqtt_rx.c
mqtt_transport_socket_tcp.c
mqtt_transport.c
mqtt.c
)
zephyr_library_sources_ifdef(CONFIG_MQTT_LIB_TLS
mqtt_transport_socket_tls.c
)
zephyr_library_sources_ifdef(CONFIG_MQTT_LIB_SOCKS
mqtt_transport_socks.c
)