zephyr/subsys/net/lib/mqtt_sock/CMakeLists.txt

11 lines
150 B
CMake

zephyr_library()
zephyr_library_sources(
mqtt_decoder.c
mqtt_encoder.c
mqtt_rx.c
mqtt_transport_socket_tcp.c
mqtt_transport.c
mqtt.c
)