mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
9 lines
204 B
CMake
9 lines
204 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"
|
|
)
|