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

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