Files
esp-mqtt/test/apps/build_test/main/CMakeLists.txt
T
Euripedes Rocha Filho 169e1ee88d fix: Adjust all examples and test to use local component
- Makes the name of component mqtt
- Updates README
- Adjust CI to build for supported idf versions
- Removes qemu job
2025-09-24 16:25:42 +02:00

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")