summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-29 14:18:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-29 14:21:49 +0300
commitf5660b872aaf0f3c817e74079ec8d506d4eca05c (patch)
tree91a7345cf6e69f6e8fbd8192c7a16a8a62b8db05 /src/CMakeLists.txt
parent79ce2bbf16855460051a183c4740e94706b7a07b (diff)
downloadplus-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.gz
plus-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.bz2
plus-f5660b872aaf0f3c817e74079ec8d506d4eca05c.tar.xz
plus-f5660b872aaf0f3c817e74079ec8d506d4eca05c.zip
Move blocktype.h into enums directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ca774fd11..b14c381de 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -941,7 +941,7 @@ SET(SRCS
main.cpp
main.h
enums/resources/map/blockmask.h
- resources/map/blocktype.h
+ enums/resources/map/blocktype.h
resources/map/location.h
resources/map/map.cpp
resources/map/map.h