diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-03-16 13:01:43 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-03-17 08:27:53 -0700 |
commit | 0dca6cd9bfdb1fb77f7755d639f92a6a1ba06dc1 (patch) | |
tree | c6fac4540cd77f4e815580fcc1f584860d815132 /cmake | |
parent | 9544dcc4834bf816e9e75f0aa9937a1562b2353f (diff) | |
download | qtlocation-mapboxgl-0dca6cd9bfdb1fb77f7755d639f92a6a1ba06dc1.tar.gz |
[core] Don't need to use normalized attributes anymore
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index a22523331e..b10d7cff6c 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -70,7 +70,6 @@ set(MBGL_CORE_FILES src/mbgl/gl/framebuffer.hpp src/mbgl/gl/gl.cpp src/mbgl/gl/index_buffer.hpp - src/mbgl/gl/normalization.hpp src/mbgl/gl/object.cpp src/mbgl/gl/object.hpp src/mbgl/gl/primitives.hpp |