OVMS3-idf/components/app_update/CMakeLists.txt
2018-09-13 11:13:27 +08:00

8 lines
182 B
CMake

set(COMPONENT_SRCS "esp_ota_ops.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES spi_flash)
set(COMPONENT_PRIV_REQUIRES bootloader_support)
register_component()