summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-22 14:04:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-22 14:04:40 +0300
commitd34decaf8b2b4cbffca970e9059e1a2b4f463055 (patch)
tree047edf620410b2a85ea54ba0f2c5670290317e52 /src/CMakeLists.txt
parentf7e32db400bcfdd1b5f3c30d817ceeae5e1dc573 (diff)
downloadManaVerse-d34decaf8b2b4cbffca970e9059e1a2b4f463055.tar.gz
ManaVerse-d34decaf8b2b4cbffca970e9059e1a2b4f463055.tar.bz2
ManaVerse-d34decaf8b2b4cbffca970e9059e1a2b4f463055.tar.xz
ManaVerse-d34decaf8b2b4cbffca970e9059e1a2b4f463055.zip
Move npc sell code from SellDialog into NpcSellDialog.
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 7a8591193..f8f63f26c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -382,6 +382,8 @@ SET(SRCS
gui/windows/npcdialog.h
gui/windows/npcpostdialog.cpp
gui/windows/npcpostdialog.h
+ gui/windows/npcselldialog.cpp
+ gui/windows/npcselldialog.h
gui/windows/okdialog.cpp
gui/windows/okdialog.h
gui/windows/outfitwindow.cpp