summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qvector/CMakeLists.txt
blob: 0cc9b24236bd41f9b35df9dc4ad0cb3b8813868e (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:
#####################################################################

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