summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-15 15:23:21 +0000
committerIra Rice <irarice@gmail.com>2008-10-15 15:23:21 +0000
commitd3f84af9d22814db0ec67e87805b3d1054afd606 (patch)
tree9ee8fa2f0cb9b85da65bfebd0f2f74cbf8fbf20e /src/CMakeLists.txt
parent0ce8857e4e3fbd69c48f7db9123293bdcbcd9751 (diff)
downloadmana-client-d3f84af9d22814db0ec67e87805b3d1054afd606.tar.gz
mana-client-d3f84af9d22814db0ec67e87805b3d1054afd606.tar.bz2
mana-client-d3f84af9d22814db0ec67e87805b3d1054afd606.tar.xz
mana-client-d3f84af9d22814db0ec67e87805b3d1054afd606.zip
De-hardcoded colors in trunk. Now, all colors are loaded from
colors.xml.
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 e6b9d3b1..d7ff67a8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -227,6 +227,8 @@ SET(SRCS
resources/animation.h
resources/buddylist.cpp
resources/buddylist.h
+ resources/colordb.cpp
+ resources/colordb.h
resources/dye.cpp
resources/dye.h
resources/image.cpp