summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/render/materialparametergathering/CMakeLists.txt
blob: 70febe232f0534c30ef5ca356fdaf0d43dacaa6b (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
26
27
28
29
30
31
32
33
34
35
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from materialparametergathering.pro.

#####################################################################
## tst_bench_materialparametergathering Test:
#####################################################################

qt_internal_add_test(tst_bench_materialparametergathering
    SOURCES
        tst_bench_materialparametergathering.cpp
    LIBRARIES
        Qt::3DExtras
)

#### Keys ignored in scope 1:.:.:materialparametergathering.pro:<TRUE>:
# TEMPLATE = "app"

## Scopes:
#####################################################################

include(${PROJECT_SOURCE_DIR}/tests/auto/render/commons/commons.cmake)
qt3d_setup_common_render_test(tst_bench_materialparametergathering USE_TEST_ASPECT)
include(${PROJECT_SOURCE_DIR}/src/plugins/renderers/opengl/opengl.cmake)
qt3d_setup_opengl_renderer_target(tst_bench_materialparametergathering)

qt_internal_extend_target(tst_bench_materialparametergathering CONDITION gcov
    COMPILE_OPTIONS
        -fprofile-arcs
        -ftest-coverage
    LINK_OPTIONS
        "-fprofile-arcs"
        "-ftest-coverage"
)