From 4730f54df7edf4775dfddf45f77c60edd86c32d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 8 Feb 2015 17:56:14 +0100 Subject: SCRATCH separate the generic updater logic from the application --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b4281d5a..f06a7902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -458,10 +458,14 @@ SET(MULTIMC_SOURCES logic/auth/flows/ValidateTask.cpp # Update system + logic/updater/GoUpdate.h + logic/updater/GoUpdate.cpp logic/updater/UpdateChecker.h logic/updater/UpdateChecker.cpp - logic/updater/DownloadUpdateTask.h - logic/updater/DownloadUpdateTask.cpp + logic/updater/DownloadTask.h + logic/updater/DownloadTask.cpp + + # Notifications - short warning messages logic/notifications/NotificationChecker.h logic/notifications/NotificationChecker.cpp -- cgit v1.2.3