summaryrefslogtreecommitdiff
path: root/cmake/benchmark-files.cmake
blob: 6fb9a80d579191a482eb8620401fc24c4185fa5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Do not edit. Regenerate this with ./scripts/generate-benchmark-files.sh

set(MBGL_BENCHMARK_FILES
    # api
    benchmark/api/query.benchmark.cpp
    benchmark/api/render.benchmark.cpp

    # include/mbgl
    benchmark/include/mbgl/benchmark.hpp

    # parse
    benchmark/parse/filter.benchmark.cpp
    benchmark/parse/vector_tile.benchmark.cpp

    # src
    benchmark/src/main.cpp

    # src/mbgl/benchmark
    benchmark/src/mbgl/benchmark/benchmark.cpp
    benchmark/src/mbgl/benchmark/util.cpp
    benchmark/src/mbgl/benchmark/util.hpp

    # util
    benchmark/util/dtoa.benchmark.cpp
)