diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-07-07 16:45:33 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-07-07 18:16:20 +0300 |
commit | ba328312609d62c3d32f9d01e89dc4a8463b6dc4 (patch) | |
tree | 159e50fa7fbbfa3c51298de5100d243352397d77 /cmake | |
parent | 35b90618b77391eb9cddcfa6286e679c63b14a09 (diff) | |
download | qtlocation-mapboxgl-ba328312609d62c3d32f9d01e89dc4a8463b6dc4.tar.gz |
[benchmark] add render benchmarks
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/benchmark-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake index 3736df11f6..35931a6b52 100644 --- a/cmake/benchmark-files.cmake +++ b/cmake/benchmark-files.cmake @@ -3,6 +3,7 @@ set(MBGL_BENCHMARK_FILES # api benchmark/api/query.benchmark.cpp + benchmark/api/render.benchmark.cpp # include/mbgl benchmark/include/mbgl/benchmark.hpp |