summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-02-05 13:40:43 -0600
committerAndrew <forkk@forkk.net>2013-02-05 13:40:43 -0600
commitf8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc (patch)
tree0c0ce1e5238fb500c2a603a564678a034879f1dd /CMakeLists.txt
parent2f619e40436175b4fb30c449e43305039d87348a (diff)
downloadMultiMC-f8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc.tar
MultiMC-f8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc.tar.gz
MultiMC-f8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc.tar.lz
MultiMC-f8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc.tar.xz
MultiMC-f8ea8d9e3bb949d7c4ea39c47ca6091f61dc1cfc.zip
Added base class for tasks.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb9e6faa..932f70e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -107,6 +107,8 @@ util/osutils.cpp
java/javautils.cpp
java/annotations.cpp
+
+tasks/task.cpp
)
SET(MULTIMC_HEADERS
@@ -135,6 +137,8 @@ java/endian.h
java/errors.h
java/javautils.h
java/membuffer.h
+
+tasks/task.h
)
SET(MULTIMC5_UIS