OVMS3-idf/components/app_update/CMakeLists.txt

8 lines
182 B
CMake
Raw Normal View History

2018-09-13 00:52:32 +00:00
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()