diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-08-02 23:54:57 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-03 16:42:17 -0600 |
commit | 7773f04b4beb1a24214fe1a367b645a689d2c852 (patch) | |
tree | 6711fc8402944eddaf78d46101f0d07687bb7356 /src/CMakeLists.txt | |
parent | 94f91a5fd9f3f609e93224fe71d2a3bcce1c0866 (diff) | |
download | mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.gz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.bz2 mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.xz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.zip |
Move Theme and UserPalette to the resources folder
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e4d43e3..ba929208 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -296,8 +296,6 @@ SET(SRCS gui/textdialog.h gui/textpopup.cpp gui/textpopup.h - gui/theme.cpp - gui/theme.h gui/trade.cpp gui/trade.h gui/truetypefont.cpp @@ -306,8 +304,6 @@ SET(SRCS gui/unregisterdialog.h gui/updatewindow.cpp gui/updatewindow.h - gui/userpalette.cpp - gui/userpalette.h gui/viewport.cpp gui/viewport.h gui/windowmenu.cpp @@ -386,6 +382,10 @@ SET(SRCS resources/specialdb.h resources/spritedef.h resources/spritedef.cpp + resources/theme.cpp + resources/theme.h + resources/userpalette.cpp + resources/userpalette.h resources/wallpaper.cpp resources/wallpaper.h utils/base64.cpp |