summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-30 19:44:59 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-30 19:44:59 +0300
commit076b11c903f88592fbd74f3af3989e71362912f8 (patch)
treee2fe6fe92e2a19ccd2c9a49073175128581eaa81 /src/CMakeLists.txt
parent112058d7208f9a48a14d943e560b3b703647653a (diff)
downloadplus-076b11c903f88592fbd74f3af3989e71362912f8.tar.gz
plus-076b11c903f88592fbd74f3af3989e71362912f8.tar.bz2
plus-076b11c903f88592fbd74f3af3989e71362912f8.tar.xz
plus-076b11c903f88592fbd74f3af3989e71362912f8.zip
move mgl files into render directory.
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 8ff69ade6..de76d6fe2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -671,8 +671,8 @@ SET(SRCS
mapheights.h
maplayer.cpp
maplayer.h
- mgl.cpp
- mgl.h
+ render/mgl.cpp
+ render/mgl.h
render/mobileopenglgraphics.cpp
render/mobileopenglgraphics.h
mouseinput.cpp