app_update: Fix esp_app_desc unused var for Cmake

This commit is contained in:
Konstantin Kondrashov
2018-12-05 14:07:41 +08:00
parent eb27686416
commit d4cb14bc65
2 changed files with 14 additions and 10 deletions

View File

@@ -6,6 +6,10 @@ set(COMPONENT_REQUIRES spi_flash partition_table bootloader_support)
register_component()
# esp_app_desc structure is added as an undefined symbol because otherwise the
# linker will ignore this structure as it has no other files depending on it.
target_link_libraries(${COMPONENT_TARGET} "-u esp_app_desc")
set_source_files_properties(
SOURCE "esp_app_desc.c"
PROPERTIES COMPILE_DEFINITIONS