cmake: Add embedding files in components support

Add subscribe_publish AWS example and fixes to allow it to build.
This commit is contained in:
Angus Gratton
2018-01-17 16:25:14 +11:00
committed by Angus Gratton
parent 134f2238bd
commit ce6748873d
8 changed files with 139 additions and 11 deletions

View File

@@ -10,6 +10,8 @@ if(BOOTLOADER_BUILD)
else()
# Regular app build
set(COMPONENT_SRCDIRS ". hwcrypto")
register_component()
target_link_libraries(esp32 "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")