diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-06-28 14:50:55 -0700 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-07-18 10:45:12 +0200 |
commit | 2e9fb06941720f7cc22fa8d8d54aa2d0b3fd71c0 (patch) | |
tree | 522a3efbd982bf7b15179b8948c2c8368346156e /cmake/benchmark.cmake | |
parent | 8401325a82a5affd9f4fe2348d065d8aa0aa0bc4 (diff) | |
download | qtlocation-mapboxgl-2e9fb06941720f7cc22fa8d8d54aa2d0b3fd71c0.tar.gz |
[benchmark] rendering interface changes
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r-- | cmake/benchmark.cmake | 2 |
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} ) |