Move shared Updater logic into UpdaterCommon

This commit is contained in:
spycrab
2019-02-25 23:08:03 +01:00
parent 25e9339746
commit 9c84524684
15 changed files with 810 additions and 1190 deletions

View File

@ -6,8 +6,7 @@ set(SOURCES
AppDelegate.mm
ViewController.h
ViewController.m
UI.h
UI.mm
MacUI.mm
${STORYBOARDS}
)
@ -31,10 +30,8 @@ target_link_libraries(MacUpdater PRIVATE
"-framework AppKit"
"-framework CoreData"
"-framework Foundation"
uicommon
mbedtls
z
ed25519
uicommon
updatercommon
)
# Compile storyboards (Adapted from https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/OSX-InterfaceBuilderFiles)