summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-31 01:39:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-31 01:39:11 +0300
commit88ed8b935542a1e2590bdd79403ff4ee5c7f2a79 (patch)
treed6e5a95683d774fe564abed4990528a2de3568be /src/CMakeLists.txt
parenta5766506d6e75ab1d2a4f06b77fddf6fdd65c64e (diff)
downloadplus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.gz
plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.bz2
plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.xz
plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.zip
Move maptype enum 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 af5eb8b2b..8723cd3c4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -947,7 +947,7 @@ SET(SRCS
resources/map/mapobject.h
resources/map/mapobjectlist.h
resources/map/maprowvertexes.h
- resources/map/maptype.h
+ enums/resources/map/maptype.h
resources/map/metatile.h
resources/map/objectslayer.cpp
resources/map/objectslayer.h