Files
esp-idf/examples/protocols/mqtt/main/CMakeLists.txt
Euripedes Rocha Filho 448714b056 remove(mqtt): Moves esp-mqtt to component manager
esp-mqtt is now a managed component at espressif/mqtt
2025-11-11 09:21:37 +01:00

7 lines
163 B
CMake

idf_component_register(
SRCS "app_main.c"
PRIV_REQUIRES esp-tls esp_wifi esp_event nvs_flash
INCLUDE_DIRS "."
EMBED_TXTFILES "mosquitto.org.crt"
)