summaryrefslogtreecommitdiff
path: root/cmake/benchmark-files.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-08-20 13:32:44 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-08-20 13:32:44 +0200
commitc9ab6ce58d95edab20b5c8e4e8a33b4f82335787 (patch)
tree019fbea3b3c1580fe2593aa50ac18f769134aec5 /cmake/benchmark-files.cmake
parent112bbc7ab289298094d6e6593437a71ec8029caa (diff)
downloadqtlocation-mapboxgl-upstream/cmake-file-lists.tar.gz
[build] use plain text files for file lists to simplify integration with other build systemsupstream/cmake-file-lists
Diffstat (limited to 'cmake/benchmark-files.cmake')
-rw-r--r--cmake/benchmark-files.cmake28
1 files changed, 0 insertions, 28 deletions
diff --git a/cmake/benchmark-files.cmake b/cmake/benchmark-files.cmake
deleted file mode 100644
index 21547eb9c4..0000000000
--- a/cmake/benchmark-files.cmake
+++ /dev/null
@@ -1,28 +0,0 @@
-# This file is generated. Do not edit. Regenerate this with scripts/generate-cmake-files.js
-
-set(MBGL_BENCHMARK_FILES
- # api
- benchmark/api/query.benchmark.cpp
- benchmark/api/render.benchmark.cpp
-
- # benchmark
- benchmark/include/mbgl/benchmark.hpp
- benchmark/src/main.cpp
- benchmark/src/mbgl/benchmark/benchmark.cpp
- benchmark/src/mbgl/benchmark/stub_geometry_tile_feature.hpp
-
- # function
- benchmark/function/camera_function.benchmark.cpp
- benchmark/function/composite_function.benchmark.cpp
- benchmark/function/source_function.benchmark.cpp
-
- # parse
- benchmark/parse/filter.benchmark.cpp
- benchmark/parse/tile_mask.benchmark.cpp
- benchmark/parse/vector_tile.benchmark.cpp
-
- # util
- benchmark/util/dtoa.benchmark.cpp
- benchmark/util/tilecover.benchmark.cpp
-
-)