OVMS3-idf/components/esp_https_ota/CMakeLists.txt

8 lines
207 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_SRCS "src/esp_https_ota.c")
set(COMPONENT_REQUIRES esp_http_client bootloader_support)
set(COMPONENT_PRIV_REQUIRES log app_update)
register_component()