mirror of
https://github.com/espressif/openthread.git
synced 2026-07-19 10:34:07 +00:00
[posix] update ot-cli to include ot-config definitions (#6474)
It also updates ot-daemon.
This commit is contained in:
committed by
GitHub
parent
30b21f6036
commit
2999f834e6
@@ -59,6 +59,7 @@ target_link_libraries(ot-cli
|
||||
openthread-spinel-rcp
|
||||
${OT_MBEDTLS}
|
||||
${READLINE_LINK_LIBRARIES}
|
||||
ot-config
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ target_link_libraries(ot-daemon PRIVATE
|
||||
openthread-hdlc
|
||||
openthread-spinel-rcp
|
||||
${OT_MBEDTLS}
|
||||
ot-config
|
||||
)
|
||||
|
||||
add_executable(ot-ctl
|
||||
|
||||
Reference in New Issue
Block a user