mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
169e1ee88d
- Makes the name of component mqtt - Updates README - Adjust CI to build for supported idf versions - Removes qemu job
5 lines
198 B
CMake
5 lines
198 B
CMake
idf_component_register(SRCS "mqtt_app.cpp"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES nvs_flash esp_netif)
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|