diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 23:41:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 23:41:38 +0300 |
commit | a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e (patch) | |
tree | 7777eeb567155e646e6f5b7de7aad608f6739ecc /src/CMakeLists.txt | |
parent | 108f82f16f56e5fcc0f92e7233d378e559779e74 (diff) | |
download | plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.gz plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.bz2 plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.tar.xz plus-a48e2d5021dcbf11fc6998e8cbf688e1ffb9e90e.zip |
Move dyepalatte into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 983fa1132..d31035579 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -533,6 +533,8 @@ SET(SRCS resources/dye.cpp resources/dye.h resources/dyecolor.h + resources/dyepalette.cpp + resources/dyepalette.h resources/db/emotedb.cpp resources/db/emotedb.h resources/fboinfo.h |