2018-01-12 02:49:13 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS port/include include)
|
|
|
|
set(COMPONENT_SRCDIRS library port)
|
|
|
|
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES lwip)
|
|
|
|
|
2018-01-12 02:49:13 +00:00
|
|
|
register_component()
|
|
|
|
|
|
|
|
target_compile_definitions(mbedtls PUBLIC
|
2018-02-27 04:45:30 +00:00
|
|
|
-DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
|
2018-01-12 02:49:13 +00:00
|
|
|
)
|