From f6e79d70735361438655f279c8699a786d25458c Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Thu, 27 Apr 2017 15:56:55 -0700 Subject: [core] Render fill-extrusion layers (#8431) --- cmake/test-files.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/test-files.cmake') diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake index 9012ae9616..51dedb0052 100644 --- a/cmake/test-files.cmake +++ b/cmake/test-files.cmake @@ -82,6 +82,7 @@ set(MBGL_TEST_FILES test/style/conversion/function.test.cpp test/style/conversion/geojson_options.test.cpp test/style/conversion/layer.test.cpp + test/style/conversion/light.test.cpp test/style/conversion/stringify.test.cpp # style @@ -125,6 +126,7 @@ set(MBGL_TEST_FILES test/util/merge_lines.test.cpp test/util/number_conversions.test.cpp test/util/offscreen_texture.test.cpp + test/util/position.test.cpp test/util/projection.test.cpp test/util/run_loop.test.cpp test/util/text_conversions.test.cpp -- cgit v1.2.1