summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
blob: 8c6b467af8444128454418325f6b31fcbc4659e1 (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_containers_associative Binary:
#####################################################################

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