summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 17:56:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 17:56:25 +0300
commit91639f6f2834d93e1c285bfc4060262537cc9358 (patch)
tree3ebf3a3d418e6cb3f5b3fe6540009a065e484f6a /src/CMakeLists.txt
parent88b62a5e35961c738c70ae193ee49943caf7f625 (diff)
downloadplus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.gz
plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.bz2
plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.xz
plus-91639f6f2834d93e1c285bfc4060262537cc9358.zip
Build BankWindow only if eathena support enabled.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8c22f1eb8..460587246 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -399,8 +399,6 @@ SET(SRCS
gui/windows/okdialog.h
gui/windows/outfitwindow.cpp
gui/windows/outfitwindow.h
- gui/windows/bankwindow.cpp
- gui/windows/bankwindow.h
gui/windows/botcheckerwindow.cpp
gui/windows/botcheckerwindow.h
gui/windows/textcommandeditor.cpp
@@ -1414,6 +1412,8 @@ SET(SRCS_TMWA
)
SET(SRCS_EATHENA
+ gui/windows/bankwindow.cpp
+ gui/windows/bankwindow.h
net/eathena/adminhandler.cpp
net/eathena/adminhandler.h
net/eathena/auctionhandler.cpp