From 5c52401d5504ab4b84d1510042c6b97504c50933 Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 2 May 2017 09:54:06 -0700 Subject: [core] Make Map.addImage tests pass (#8843) Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core --- cmake/core-files.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 3594b55be6..17498ec427 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -511,6 +511,7 @@ set(MBGL_CORE_FILES include/mbgl/util/noncopyable.hpp include/mbgl/util/optional.hpp include/mbgl/util/platform.hpp + include/mbgl/util/premultiply.hpp include/mbgl/util/projection.hpp include/mbgl/util/range.hpp include/mbgl/util/run_loop.hpp @@ -565,7 +566,6 @@ set(MBGL_CORE_FILES 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 src/mbgl/util/rect.hpp src/mbgl/util/std.hpp -- cgit v1.2.1