Files
esp-idf/components/esp_https_ota/CMakeLists.txt
T

5 lines
232 B
CMake
Raw Normal View History

idf_component_register(SRCS "src/esp_https_ota.c"
INCLUDE_DIRS "include"
2022-11-02 11:05:19 +05:30
REQUIRES esp_http_client bootloader_support esp_app_format esp_event
PRIV_REQUIRES log app_update)