summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qcontiguouscache/CMakeLists.txt
blob: 29366ecf36915268c6a26beb5b6d9d07df66b997 (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
    PUBLIC_LIBRARIES
        Qt::Test
)