Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-05-16 14:42:32 +0300
committerGitHub <noreply@github.com>2017-05-16 14:42:32 +0300
commitd2f79bd2c7004af2d1459e8d5b7748763f241a54 (patch)
tree64300bccb750e59f7c3a05800eafcd5c3b3f89cb /drape/CMakeLists.txt
parentaa6703383e8d4c2ff8445e8b3c27728846cdab4b (diff)
parent086d6f9cf247cea07cff6bc33d5567dc7c64806b (diff)
Merge pull request #6040 from rokuz/es3-supportbeta-810
Added OpenGL ES3 support
Diffstat (limited to 'drape/CMakeLists.txt')
-rw-r--r--drape/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/drape/CMakeLists.txt b/drape/CMakeLists.txt
index bfff605500..4355682b36 100644
--- a/drape/CMakeLists.txt
+++ b/drape/CMakeLists.txt
@@ -42,6 +42,8 @@ set(
${DRAPE_ROOT}/dynamic_texture.hpp
${DRAPE_ROOT}/font_texture.cpp
${DRAPE_ROOT}/font_texture.hpp
+ ${DRAPE_ROOT}/framebuffer.cpp
+ ${DRAPE_ROOT}/framebuffer.hpp
${DRAPE_ROOT}/glconstants.cpp
${DRAPE_ROOT}/glconstants.hpp
${DRAPE_ROOT}/glextensions_list.cpp
@@ -111,6 +113,8 @@ set(
${DRAPE_ROOT}/utils/vertex_decl.hpp
${DRAPE_ROOT}/vertex_array_buffer.cpp
${DRAPE_ROOT}/vertex_array_buffer.hpp
+ ${DRAPE_ROOT}/viewport.cpp
+ ${DRAPE_ROOT}/viewport.hpp
${DRAPE_ROOT}/visual_scale.hpp
)