summaryrefslogtreecommitdiffstats
path: root/logic/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2015-06-06 12:30:49 +0200
committerPetr Mrázek <peterix@gmail.com>2015-06-06 21:23:05 +0200
commit1e51b62c882b5fc1554efb46cb41c3d54157626c (patch)
tree08e81ac1382d8528584c9f237aaf8ff976e2af8a /logic/CMakeLists.txt
parent24db645167b42adba5d9c221215be83bef39e2a1 (diff)
downloadMultiMC-1e51b62c882b5fc1554efb46cb41c3d54157626c.tar
MultiMC-1e51b62c882b5fc1554efb46cb41c3d54157626c.tar.gz
MultiMC-1e51b62c882b5fc1554efb46cb41c3d54157626c.tar.lz
MultiMC-1e51b62c882b5fc1554efb46cb41c3d54157626c.tar.xz
MultiMC-1e51b62c882b5fc1554efb46cb41c3d54157626c.zip
NOISSUE Comment and bugfix the Resource system
Diffstat (limited to 'logic/CMakeLists.txt')
-rw-r--r--logic/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt
index 9a4ead21..e6e36225 100644
--- a/logic/CMakeLists.txt
+++ b/logic/CMakeLists.txt
@@ -22,6 +22,7 @@ set(LOGIC_SOURCES
BaseConfigObject.cpp
AbstractCommonModel.h
AbstractCommonModel.cpp
+ TypeMagic.h
# Prefix tree where node names are strings between separators
SeparatorPrefixTree.h