[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:
Yakun Xu
2020-02-25 18:20:14 -08:00
committed by GitHub
parent b339a8946b
commit a90246b760
9 changed files with 211 additions and 91 deletions
+3
View File
@@ -59,3 +59,6 @@ target_link_libraries(ot-cli-mtd
${OT_PLATFORM_LIB}
mbedcrypto
)
install(TARGETS ot-cli-ftd ot-cli-mtd
DESTINATION bin)