summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-10 00:47:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-10 01:33:59 +0300
commit07daba6efa05a59271ce4173a2b500b27773e523 (patch)
treedf90c3f8fecd71915779d6eccc9d1936f0d3aec0 /src/CMakeLists.txt
parent70700509ee969b58c6110310f5a962dcff854d6e (diff)
downloadplus-07daba6efa05a59271ce4173a2b500b27773e523.tar.gz
plus-07daba6efa05a59271ce4173a2b500b27773e523.tar.bz2
plus-07daba6efa05a59271ce4173a2b500b27773e523.tar.xz
plus-07daba6efa05a59271ce4173a2b500b27773e523.zip
Copy modernopengl into mobileopengl2 backend.
In future it will be reworked into OpenGL ES 2.
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 d26960d28..a6d39bb7c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1007,6 +1007,8 @@ SET(SRCS
render/mglxinit.cpp
render/mglxinit.h
render/mglxtypes.h
+ render/mobileopengl2graphics.cpp
+ render/mobileopengl2graphics.h
render/mobileopenglgraphics.cpp
render/mobileopenglgraphics.h
render/modernopenglgraphics.cpp