summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 15:53:04 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 15:53:04 +0300
commit20310ca4fa87856a2ac487ce70835384759b979b (patch)
treedef18e2377c2f61f2d665f61b181cc53fc6b14a9 /src/CMakeLists.txt
parent50e0557d790ac007c2db63509b7beed6f8d15b1e (diff)
downloadplus-20310ca4fa87856a2ac487ce70835384759b979b.tar.gz
plus-20310ca4fa87856a2ac487ce70835384759b979b.tar.bz2
plus-20310ca4fa87856a2ac487ce70835384759b979b.tar.xz
plus-20310ca4fa87856a2ac487ce70835384759b979b.zip
Move objectslayer 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 fecac64a7..46b0e2e90 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -717,6 +717,8 @@ SET(SRCS
resources/map/mapobjectlist.h
resources/map/maprowvertexes.h
resources/map/metatile.h
+ resources/map/objectslayer.cpp
+ resources/map/objectslayer.h
render/mgl.cpp
render/mgl.h
render/mobileopenglgraphics.cpp