mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ce6748873d
Add subscribe_publish AWS example and fixes to allow it to build.
9 lines
201 B
CMake
9 lines
201 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS port/include include)
|
|
set(COMPONENT_SRCDIRS library port)
|
|
|
|
register_component()
|
|
|
|
target_compile_definitions(mbedtls PUBLIC
|
|
-DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
|
|
)
|