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

#####################################################################
## tst_bench_qmatrix4x4 Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qmatrix4x4
    SOURCES
        tst_qmatrix4x4.cpp
    LIBRARIES
        Qt::Gui
        Qt::Test
)