summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAnand Thakker <anandthakker@users.noreply.github.com>2017-08-29 10:03:57 -0400
committerGitHub <noreply@github.com>2017-08-29 10:03:57 -0400
commitd436bcd56b2a2b68195f546c11919dd46e8049ce (patch)
treec9eccd5a1248e5128a47e4f643f5afd2c7621773 /cmake
parenta2712f6fa439af976f7c17685b78340cb14d67a1 (diff)
downloadqtlocation-mapboxgl-d436bcd56b2a2b68195f546c11919dd46e8049ce.tar.gz
Add {Source,CompositeCamera}Function benchmarks (#9838)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/benchmark-files.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake
index f17d95941d..9161209128 100644
--- a/cmake/benchmark-files.cmake
+++ b/cmake/benchmark-files.cmake
@@ -5,6 +5,11 @@ set(MBGL_BENCHMARK_FILES
benchmark/api/query.benchmark.cpp
benchmark/api/render.benchmark.cpp
+ # function
+ benchmark/function/camera_function.benchmark.cpp
+ benchmark/function/composite_function.benchmark.cpp
+ benchmark/function/source_function.benchmark.cpp
+
# include/mbgl
benchmark/include/mbgl/benchmark.hpp
@@ -18,6 +23,7 @@ set(MBGL_BENCHMARK_FILES
# src/mbgl/benchmark
benchmark/src/mbgl/benchmark/benchmark.cpp
+ benchmark/src/mbgl/benchmark/stub_geometry_tile_feature.hpp
# util
benchmark/util/dtoa.benchmark.cpp