summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-06-28 14:50:55 -0700
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-07-18 10:45:12 +0200
commit2e9fb06941720f7cc22fa8d8d54aa2d0b3fd71c0 (patch)
tree522a3efbd982bf7b15179b8948c2c8368346156e /cmake
parent8401325a82a5affd9f4fe2348d065d8aa0aa0bc4 (diff)
downloadqtlocation-mapboxgl-2e9fb06941720f7cc22fa8d8d54aa2d0b3fd71c0.tar.gz
[benchmark] rendering interface changes
Diffstat (limited to 'cmake')
-rw-r--r--cmake/benchmark.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake
index 1dfca27e6c..f89e034c4a 100644
--- a/cmake/benchmark.cmake
+++ b/cmake/benchmark.cmake
@@ -1,4 +1,6 @@
add_executable(mbgl-benchmark
+ platform/default/mbgl/renderer/async_renderer_frontend.cpp
+ platform/default/mbgl/renderer/async_renderer_frontend.hpp
${MBGL_BENCHMARK_FILES}
)