diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-27 12:27:35 +0200 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-09-27 11:03:29 -0700 |
commit | 21386b31465302d63cae5d93680442555c8560f1 (patch) | |
tree | 1220ea780dcbc6d79b83f476900a6f12cb3f71fc /cmake | |
parent | e881795ed10484ecfe8de73aaaa349c44eb259db (diff) | |
download | qtlocation-mapboxgl-21386b31465302d63cae5d93680442555c8560f1.tar.gz |
[core] move GL value accessors to gl::value namespace
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index a885e182a1..a809eb2a6f 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -78,14 +78,15 @@ set(MBGL_CORE_FILES # gl include/mbgl/gl/gl.hpp include/mbgl/gl/gl_helper.hpp - include/mbgl/gl/gl_values.hpp src/mbgl/gl/debugging.cpp src/mbgl/gl/debugging.hpp src/mbgl/gl/gl.cpp src/mbgl/gl/gl_config.hpp - src/mbgl/gl/gl_values.cpp src/mbgl/gl/object_store.cpp src/mbgl/gl/object_store.hpp + src/mbgl/gl/state.hpp + src/mbgl/gl/value.cpp + src/mbgl/gl/value.hpp # layout src/mbgl/layout/clip_lines.cpp |