Files
esp-mqtt/examples/protocols/mqtt/custom_outbox/main/CMakeLists.txt
Euripedes Rocha 24dd39433c feat(mqtt/example): Adds custom outbox example
Adds example presenting how to customize esp-mqtt outbox.
2025-09-19 18:51:40 +08:00

4 lines
100 B
CMake

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