diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-22 17:39:00 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-22 17:39:00 +0000 |
commit | 777bc93bbfb2eae527533c824ff0fa453f8cc82b (patch) | |
tree | 5dc210a7ce6c31db72668463964d1fefdf7c291c /src/CMakeLists.txt | |
parent | 836e7158bd9819c893e426ea5f88c959c606ce12 (diff) | |
download | mana-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.gz mana-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.bz2 mana-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.xz mana-777bc93bbfb2eae527533c824ff0fa453f8cc82b.zip |
Some insignificant small changes.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9714a9de..3d59695d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -248,10 +248,10 @@ SET(SRCS resources/action.h resources/ambientoverlay.cpp resources/ambientoverlay.h - resources/buddylist.cpp - resources/buddylist.h resources/animation.cpp resources/animation.h + resources/buddylist.cpp + resources/buddylist.h resources/image.cpp resources/image.h resources/imageloader.cpp @@ -260,17 +260,17 @@ SET(SRCS resources/imageset.cpp resources/imagewriter.cpp resources/imagewriter.h - resources/iteminfo.cpp resources/itemdb.cpp resources/itemdb.h + resources/iteminfo.cpp resources/iteminfo.h resources/mapreader.cpp resources/mapreader.h - resources/music.cpp - resources/monsterdb.h resources/monsterdb.cpp - resources/monsterinfo.h + resources/monsterdb.h resources/monsterinfo.cpp + resources/monsterinfo.h + resources/music.cpp resources/music.h resources/resource.cpp resources/resource.h |