summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
blob: 2b6ea5dcc08ccc46df306af1d1888b0e03162561 (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_qcontiguouscache Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qcontiguouscache
    SOURCES
        tst_bench_qcontiguouscache.cpp
    LIBRARIES
        Qt::Test
)