aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/ssao/CMakeLists.txt
blob: cbc9f6916e8d56437948ad9670393b67c0b0610e (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_manual_test(manual_test_ssao
    GUI
    SOURCES
        ssao.cpp
    LIBRARIES
        Qt::Gui
        Qt::Quick
        Qt::Quick3D
)

# Resources:
set(ssao_resource_files
    "custom.frag"
    "custom.vert"
    "custom_unshaded.frag"
    "custom_unshaded.vert"
    "object1.mesh"
    "ssao.qml"
)

qt_internal_add_resource(manual_test_ssao "ssao"
    PREFIX
        "/"
    FILES
        ${ssao_resource_files}
)