summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdir/tree/CMakeLists.txt
blob: 2597bdf7bc0d71c0a55f8bd54517b2495852c21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## tst_bench_qdir_tree Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qdir_tree
    SOURCES
        tst_bench_qdir_tree.cpp
    LIBRARIES
        Qt::Test
)

# Resources:
set(qdir_tree_resource_files
    "4.6.0-list.txt"
)

qt_internal_add_resource(tst_bench_qdir_tree "tst_bench_qdir_tree"
    PREFIX
        "/"
    FILES
        ${qdir_tree_resource_files}
)