mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 08:31:44 +01:00
cmake: Add embedding files in components support
Add subscribe_publish AWS example and fixes to allow it to build.
This commit is contained in:
committed by
Angus Gratton
parent
134f2238bd
commit
ce6748873d
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user