diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-09-23 00:23:50 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-09-23 00:29:40 +0200 |
commit | 984c36e571aae45cdd55da2fb689538198aadd3c (patch) | |
tree | c703bca5c0bc1d3a24e9f11e7e2f788d774461af /CMakeLists.txt | |
parent | eb4ed3734fb4841a9e0b49af912158151f76c93b (diff) | |
download | PrismLauncher-984c36e571aae45cdd55da2fb689538198aadd3c.tar.gz PrismLauncher-984c36e571aae45cdd55da2fb689538198aadd3c.tar.bz2 PrismLauncher-984c36e571aae45cdd55da2fb689538198aadd3c.zip |
Implement basic yggdrasil auth.
No fancy login token saving involved.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aa7a91f6..04886184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,6 +226,8 @@ logic/net/DownloadJob.h logic/net/DownloadJob.cpp logic/net/HttpMetaCache.h logic/net/HttpMetaCache.cpp +logic/net/LoginTask.h +logic/net/LoginTask.cpp # legacy instances logic/LegacyInstance.h @@ -281,8 +283,7 @@ logic/EnabledItemFilter.cpp logic/tasks/ProgressProvider.h logic/tasks/Task.h logic/tasks/Task.cpp -logic/tasks/LoginTask.h -logic/tasks/LoginTask.cpp + ) |