UpdaterCommon: Move most of the programs here

This commit is contained in:
spycrab
2019-03-03 13:56:54 +01:00
parent 2a3c075330
commit 19bf2c166d
10 changed files with 337 additions and 458 deletions

View File

@ -5,4 +5,5 @@ target_link_libraries(updatercommon PRIVATE
uicommon
mbedtls
z
ed25519)
ed25519
cpp-optparse)