diff options
| author | Alexander Gavrilov | 2012-03-10 13:29:33 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-10 13:29:33 +0400 |
| commit | b2737e2bed5f013a4dfbf6e19650ca60498a9afd (patch) | |
| tree | e027655353f934c7c3ba444596ec66d4338aaf1d /library/CMakeLists.txt | |
| parent | c260aca3f1097c3d22c214c2c0c137efc84a7cf5 (diff) | |
| download | dfhack-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.txt | 2 |
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 |
