summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-23 17:26:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-23 17:26:35 +0300
commit6690099a0156a2c842e77bf8bd7a306ee917a74a (patch)
tree38c106c77098dfdf6f833b423b60bf6a7f3c0e78 /src/CMakeLists.txt
parent93d55e71b137a43149775ac1283f20acea9a9947 (diff)
downloadplus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.gz
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.bz2
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.tar.xz
plus-6690099a0156a2c842e77bf8bd7a306ee917a74a.zip
Move receive code from auctionhandler into separate file.
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 6427077e0..02acfca5e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1518,6 +1518,8 @@ SET(SRCS_EATHENA
net/eathena/admin.h
net/eathena/adminhandler.cpp
net/eathena/adminhandler.h
+ net/eathena/auction.cpp
+ net/eathena/auction.h
net/eathena/auctionhandler.cpp
net/eathena/auctionhandler.h
net/eathena/bankhandler.cpp