summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/thread/qthreadstorage/CMakeLists.txt
blob: 7f5de4e9ab5ad989fba5d5d72b839c32333fc6e7 (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_qthreadstorage Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qthreadstorage
    SOURCES
        tst_bench_qthreadstorage.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)