summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/boundingvolumedebug/CMakeLists.txt
blob: b04806f99b9359db855201a84d9c1bb0d60f4f98 (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
# 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 boundingvolumedebug.pro.

#####################################################################
## boundingvolumedebug Test:
#####################################################################

qt_internal_add_test(boundingvolumedebug
    SOURCES
        ../commons/testrenderer.cpp ../commons/testrenderer.h
        tst_boundingvolumedebug.cpp
    INCLUDE_DIRECTORIES
        ../commons
    LIBRARIES
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::3DRender
        Qt::3DRenderPrivate
        Qt::CorePrivate
        Qt::Gui
)

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

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

qt_internal_extend_target(boundingvolumedebug CONDITION useCommonTestAspect
    SOURCES
        ../commons/testaspect.cpp ../commons/testaspect.h
)