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

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