ESP32-Mesh-OTA/components/mesh_ota/CMakeLists.txt

7 lines
250 B
CMake

idf_component_register(SRCS "mesh_ota.c"
INCLUDE_DIRS "include"
REQUIRES nvs_flash
esp_http_client bootloader_support
PRIV_REQUIRES log app_update
)