summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-10 13:29:33 +0400
committerAlexander Gavrilov2012-03-10 13:29:33 +0400
commitb2737e2bed5f013a4dfbf6e19650ca60498a9afd (patch)
treee027655353f934c7c3ba444596ec66d4338aaf1d /library/CMakeLists.txt
parentc260aca3f1097c3d22c214c2c0c137efc84a7cf5 (diff)
downloaddfhack-b2737e2bed5f013a4dfbf6e19650ca60498a9afd.tar.gz
dfhack-b2737e2bed5f013a4dfbf6e19650ca60498a9afd.tar.bz2
dfhack-b2737e2bed5f013a4dfbf6e19650ca60498a9afd.tar.xz
Pull out a colored text output interface out of the Console class.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index e310268a..d1b36c68 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -29,6 +29,7 @@ include/Internal.h
include/DFHack.h
include/Console.h
include/Core.h
+include/ColorText.h
include/DataDefs.h
include/Error.h
include/Export.h
@@ -66,6 +67,7 @@ include/modules/Graphic.h
SET(PROJECT_SRCS
Core.cpp
+ColorText.cpp
DataDefs.cpp
DataStatics.cpp
DataStaticsCtor.cpp