summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-08-22 15:54:40 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-27 10:42:10 +0200
commitc88ce2d51e4aa61f1e6b3939ada474a0572c7ce0 (patch)
tree82ec0eea510b7db5cdcec890a8fc65d7e32ad033 /cmake
parent68ec9d3fd5725aa9bf0d2debf5f72551e8f4aef2 (diff)
downloadqtlocation-mapboxgl-c88ce2d51e4aa61f1e6b3939ada474a0572c7ce0.tar.gz
[core] add ability to render to offscreen textures
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
-rw-r--r--cmake/test-files.cmake1
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index a69cd1b160..a885e182a1 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -456,6 +456,8 @@ set(MBGL_CORE_FILES
src/mbgl/util/mat4.hpp
src/mbgl/util/math.cpp
src/mbgl/util/math.hpp
+ src/mbgl/util/offscreen_texture.cpp
+ src/mbgl/util/offscreen_texture.hpp
src/mbgl/util/premultiply.cpp
src/mbgl/util/premultiply.hpp
src/mbgl/util/rapidjson.hpp
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index 706d1bca59..e376bf098a 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -97,6 +97,7 @@ set(MBGL_TEST_FILES
test/util/memory.cpp
test/util/merge_lines.cpp
test/util/number_conversions.cpp
+ test/util/offscreen_texture.cpp
test/util/projection.cpp
test/util/run_loop.cpp
test/util/text_conversions.cpp