summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/containers-associative/CMakeLists.txt
blob: 50bf8a0c0f175bdc529b9c4004f47619ab0600c4 (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
    PUBLIC_LIBRARIES
        Qt::Test
)