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

7 lines
267 B
CMake
Raw Normal View History

2021-01-05 12:15:26 +01:00
idf_component_register(SRCS "https_client.c" "mesh_ota.c"
2021-01-02 10:57:03 +01:00
INCLUDE_DIRS "include"
REQUIRES nvs_flash
esp_http_client bootloader_support
PRIV_REQUIRES log app_update
)