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

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