diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-21 00:58:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-21 00:58:50 +0300 |
commit | 8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15 (patch) | |
tree | 833e52bcf6c18699487b2b4499becd9dee3cab04 /src/CMakeLists.txt | |
parent | ee604eb07a7acededf351c3ac194e437223c2015 (diff) | |
download | plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.gz plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.bz2 plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.tar.xz plus-8e5f09c54a7c48e24f2c5be073c75b4f93b5fd15.zip |
Move dye related files into dye directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4a980ec19..c07b1d2c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -622,11 +622,11 @@ SET(SRCS resources/delayedmanager.h resources/db/deaddb.cpp resources/db/deaddb.h - resources/dye.cpp - resources/dye.h - resources/dyecolor.h - resources/dyepalette.cpp - resources/dyepalette.h + resources/dye/dye.cpp + resources/dye/dye.h + resources/dye/dyecolor.h + resources/dye/dyepalette.cpp + resources/dye/dyepalette.h resources/effectdescription.h resources/emoteinfo.h resources/emotesprite.h @@ -1336,10 +1336,10 @@ SET(DYE_CMD_SRCS resources/db/palettedb.h resources/delayedmanager.cpp resources/delayedmanager.h - resources/dye.cpp - resources/dye.h - resources/dyepalette.cpp - resources/dyepalette.h + resources/dye/dye.cpp + resources/dye/dye.h + resources/dye/dyepalette.cpp + resources/dye/dyepalette.h resources/effectdescription.h resources/emoteinfo.h resources/emotesprite.h |