diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-09-06 21:58:51 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-09-06 21:58:51 +0200 |
commit | 634e22298b14a8ad09f0d0489cb1c08c97d1f73a (patch) | |
tree | 9a65cdbed85e24f1cd141c77e58ef7eecbf73551 /CMakeLists.txt | |
parent | d587e7ada4a325cff3974be11e1829fabd52a259 (diff) | |
download | MultiMC-634e22298b14a8ad09f0d0489cb1c08c97d1f73a.tar MultiMC-634e22298b14a8ad09f0d0489cb1c08c97d1f73a.tar.gz MultiMC-634e22298b14a8ad09f0d0489cb1c08c97d1f73a.tar.lz MultiMC-634e22298b14a8ad09f0d0489cb1c08c97d1f73a.tar.xz MultiMC-634e22298b14a8ad09f0d0489cb1c08c97d1f73a.zip |
Untested ETag cache class.
Yep.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c9cf983..f8f76c8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ logic/ModList.h # network stuffs logic/net/DownloadJob.h logic/net/NetWorker.h +logic/net/HttpMetaCache.h # legacy instances logic/LegacyInstance.h @@ -251,6 +252,7 @@ logic/ModList.cpp # network stuffs - to be moved into a depend lib ~_~ logic/net/NetWorker.cpp logic/net/DownloadJob.cpp +logic/net/HttpMetaCache.cpp # legacy instances logic/LegacyInstance.cpp |