mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
[cmake] replace mbedcrypto with ${OT_MBEDTLS} (#5622)
This commit is contained in:
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-ftd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-ftd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ target_link_libraries(ot-cli-mtd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-mtd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ target_link_libraries(ot-ncp-ftd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-ftd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ target_link_libraries(ot-ncp-mtd PRIVATE
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-mtd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@ target_link_libraries(ot-cli
|
||||
openthread-cli-ftd
|
||||
openthread-hdlc
|
||||
openthread-spinel-rcp
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
${READLINE_LINK_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ target_link_libraries(ot-daemon PRIVATE
|
||||
openthread-ftd
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-ncp-ftd
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
)
|
||||
|
||||
add_executable(ot-ctl
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ target_link_libraries(ot-ncp
|
||||
${OT_PLATFORM_LIB}
|
||||
openthread-ftd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
${OT_MBEDTLS}
|
||||
openthread-ncp-ftd
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user