summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qvector/CMakeLists.txt
blob: 8acb6d15ef9f45ad4922dbe74af37b7489d9257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from qvector.pro.

#####################################################################
## tst_bench_qvector Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qvector
    SOURCES
        tst_bench_qvector.cpp
        outofline.cpp
    INCLUDE_DIRECTORIES
        .
    LIBRARIES
        Qt::CorePrivate
        Qt::Test
)