summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-31 14:50:55 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-31 14:50:55 +0300
commit0bb3d04819283bebb2e499d8d3b4a6acbbc7e790 (patch)
tree3dc7f6c89e468e5a15c67b5c0a69c5568a71338c /src/CMakeLists.txt
parent3551516cd6da250ee11c5fc69bbaa78162c1af3c (diff)
downloadplus-0bb3d04819283bebb2e499d8d3b4a6acbbc7e790.tar.gz
plus-0bb3d04819283bebb2e499d8d3b4a6acbbc7e790.tar.bz2
plus-0bb3d04819283bebb2e499d8d3b4a6acbbc7e790.tar.xz
plus-0bb3d04819283bebb2e499d8d3b4a6acbbc7e790.zip
Move colorpair into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6f4557db2..04c2217df 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -956,7 +956,9 @@ SET(SRCS
gui/chatlog.h
gui/chatmsgtype.h
gui/cliprect.h
+ gui/color.cpp
gui/color.h
+ gui/colorpair.h
gui/dialogtype.h
listeners/deathlistener.h
listeners/errorlistener.cpp