mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 03:39:52 +00:00
[posix] update ot-cli to include ot-config definitions (#6474)
It also updates ot-daemon.
This commit is contained in:
@@ -59,6 +59,7 @@ target_link_libraries(ot-cli
|
|||||||
openthread-spinel-rcp
|
openthread-spinel-rcp
|
||||||
${OT_MBEDTLS}
|
${OT_MBEDTLS}
|
||||||
${READLINE_LINK_LIBRARIES}
|
${READLINE_LINK_LIBRARIES}
|
||||||
|
ot-config
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ target_link_libraries(ot-daemon PRIVATE
|
|||||||
openthread-hdlc
|
openthread-hdlc
|
||||||
openthread-spinel-rcp
|
openthread-spinel-rcp
|
||||||
${OT_MBEDTLS}
|
${OT_MBEDTLS}
|
||||||
|
ot-config
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(ot-ctl
|
add_executable(ot-ctl
|
||||||
|
|||||||
Reference in New Issue
Block a user