mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
9 lines
199 B
CMake
9 lines
199 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS port/include include)
|
|
set(COMPONENT_SRCDIRS library port)
|
|
|
|
register_component()
|
|
|
|
target_compile_definitions(mbedtls PUBLIC
|
|
MBEDTLS_CONFIG_FILE="mbedtls/esp_config.h"
|
|
)
|