diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-07 17:38:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-07 17:38:00 +0300 |
commit | b60aef9dc9977b54a1b27431890e06558a2b6784 (patch) | |
tree | 9dcb836f2717b1d8f1e3c717e859d9c5003c2de4 /src/CMakeLists.txt | |
parent | aa43e9466326f63017fb92ee0cf5a61976fe3535 (diff) | |
download | plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.gz plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.bz2 plus-b60aef9dc9977b54a1b27431890e06558a2b6784.tar.xz plus-b60aef9dc9977b54a1b27431890e06558a2b6784.zip |
Split mgl into separate files.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ab5114529..8e5fd17af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -847,6 +847,8 @@ SET(SRCS resources/map/objectslayer.h render/mgl.cpp render/mgl.h + render/mgldefines.h + render/mgltypes.h render/mobileopenglgraphics.cpp render/mobileopenglgraphics.h input/mouseinput.h |