summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/testlib/tostring/CMakeLists.txt
blob: e9484ce9b4c4e290cc25cb08fb89e1e38256a744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_bench_tostring Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_tostring
    SOURCES
        tst_tostring.cpp
    LIBRARIES
        Qt::Test
)