/ components / esp_https_ota / CMakeLists.txt
CMakeLists.txt
1  idf_component_register(SRCS "src/esp_https_ota.c"
2                      INCLUDE_DIRS "include"
3                      REQUIRES esp_http_client bootloader_support
4                      PRIV_REQUIRES log app_update)