mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 07:37:47 +00:00
[build] make OpenThread POSIX deb packages (#4592)
This commit enables building OpenThread deb packages: * openthread-simulation: simulation of OpenThread * openthread-daemon: daemon of OpenThread Host * openthread-standalone: standalone binaries of OpenThread Host
This commit is contained in:
@@ -59,3 +59,6 @@ target_link_libraries(ot-cli-mtd
|
||||
${OT_PLATFORM_LIB}
|
||||
mbedcrypto
|
||||
)
|
||||
|
||||
install(TARGETS ot-cli-ftd ot-cli-mtd
|
||||
DESTINATION bin)
|
||||
|
||||
@@ -71,3 +71,6 @@ target_link_libraries(ot-rcp
|
||||
openthread-radio
|
||||
${OT_PLATFORM_LIB}
|
||||
)
|
||||
|
||||
install(TARGETS ot-rcp ot-ncp-ftd ot-ncp-mtd
|
||||
DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user