mirror of
https://github.com/espressif/openthread.git
synced 2026-09-14 05:00:11 +00:00
[cmake] add option for RCP specfific mbedtls library (#7847)
This commit is contained in:
@@ -47,8 +47,12 @@ if(OT_VENDOR_EXTENSION)
|
||||
target_sources(openthread-radio PRIVATE ${OT_VENDOR_EXTENSION})
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED OT_MBEDTLS_RCP)
|
||||
set(OT_MBEDTLS_RCP ${OT_MBEDTLS})
|
||||
endif()
|
||||
|
||||
target_link_libraries(openthread-radio
|
||||
PRIVATE
|
||||
${OT_MBEDTLS}
|
||||
${OT_MBEDTLS_RCP}
|
||||
ot-config
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user