summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qvector/CMakeLists.txt
blob: ae4029760493993c3770a1c264554420b2a30239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qvector.pro.

#####################################################################
## tst_bench_vector Binary:
#####################################################################

qt_add_benchmark(tst_bench_vector
    SOURCES
        main.cpp
        outofline.cpp
    INCLUDE_DIRECTORIES
        .
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Test
)