2018-01-11 21:49:13 -05:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS port/include include)
|
|
|
|
set(COMPONENT_SRCDIRS library port)
|
|
|
|
|
|
|
|
register_component()
|
|
|
|
|
|
|
|
target_compile_definitions(mbedtls PUBLIC
|
2018-01-17 00:25:14 -05:00
|
|
|
-DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
|
2018-01-11 21:49:13 -05:00
|
|
|
)
|