summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-09-28 17:21:20 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-09-29 13:19:27 -0700
commit2ec2860ce5de2bde751086db13de1c09e643c28c (patch)
treed9539718dde07e3ddeaf2b502032828157a25e27 /cmake
parentcc78b74098e02311cc646fe5b82c13641ff705fa (diff)
downloadqtlocation-mapboxgl-2ec2860ce5de2bde751086db13de1c09e643c28c.tar.gz
[core] move OpenGL extension loading to their own headers
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index f9081e69c0..2fc17af76d 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -81,6 +81,8 @@ set(MBGL_CORE_FILES
src/mbgl/gl/context.hpp
src/mbgl/gl/debugging.cpp
src/mbgl/gl/debugging.hpp
+ src/mbgl/gl/extension.cpp
+ src/mbgl/gl/extension.hpp
src/mbgl/gl/gl.cpp
src/mbgl/gl/object.cpp
src/mbgl/gl/object.hpp
@@ -88,6 +90,8 @@ set(MBGL_CORE_FILES
src/mbgl/gl/types.hpp
src/mbgl/gl/value.cpp
src/mbgl/gl/value.hpp
+ src/mbgl/gl/vertex_array.cpp
+ src/mbgl/gl/vertex_array.hpp
# layout
src/mbgl/layout/clip_lines.cpp