summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-02-16 10:46:14 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-02-16 10:46:14 +0100
commit616c37269053bc4f111792dbb9374cc119a58339 (patch)
tree7ac3bc3bbec628593473bc87ffcec9acf24e990b /CMakeLists.txt
parent994972bf5da5584186e6e82c36287afeb6c1e23a (diff)
downloadMultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.gz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.lz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.xz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.zip
Fix more stuff. Detached tools, only MCEdit for now.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2dd5dde5..58d01eb8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -499,7 +499,11 @@ logic/assets/AssetsMigrateTask.cpp
logic/assets/AssetsUtils.h
logic/assets/AssetsUtils.cpp
-# Profiling
+# Profiling and tools
+logic/BaseExternalTool.h
+logic/BaseExternalTool.cpp
+logic/MCEditTool.h
+logic/MCEditTool.cpp
logic/profiler/BaseProfiler.h
logic/profiler/BaseProfiler.cpp
logic/profiler/JProfiler.h