summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-29 19:06:17 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-29 19:06:17 +0300
commitcf90c52427fcb50a0ca6d967dbbd6eb30c131481 (patch)
treeb4e29c507b4f2bb0103111c457555b6ef7ccd68c /src/CMakeLists.txt
parentc322175764a915968f136d86fb038e2ace057d45 (diff)
downloadplus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.gz
plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.bz2
plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.xz
plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.zip
Move sha256 files to manaserv only files.
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 d281151e2..7ec0c8a19 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -450,8 +450,6 @@ SET(SRCS
utils/mathutils.h
utils/paths.cpp
utils/paths.h
- utils/sha256.cpp
- utils/sha256.h
utils/stringutils.cpp
utils/stringutils.h
utils/mutex.h
@@ -794,6 +792,8 @@ SET(SRCS_MANASERV
enet/utility.h
enet/win32.c
enet/win32.h
+ utils/sha256.cpp
+ utils/sha256.h
net/manaserv/attributes.cpp
net/manaserv/attributes.h
net/manaserv/adminhandler.cpp