summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-09-06 21:58:51 +0200
committerPetr Mrázek <peterix@gmail.com>2013-09-06 21:58:51 +0200
commit634e22298b14a8ad09f0d0489cb1c08c97d1f73a (patch)
tree9a65cdbed85e24f1cd141c77e58ef7eecbf73551 /CMakeLists.txt
parentd587e7ada4a325cff3974be11e1829fabd52a259 (diff)
downloadMultiMC-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.txt2
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