esp-idf/examples/protocols/mqtt/custom_outbox/main/CMakeLists.txt
Euripedes Rocha 2f46d9686d feat(mqtt/example): Adds custom outbox example
Adds example presenting how to customize esp-mqtt outbox.
2023-10-11 14:07:07 +02:00

4 lines
100 B
CMake

idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS "."
)