summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/tessellation/CMakeLists.txt
blob: 2bef5f358c078220241c745c3ce667593bfbd53a (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_manual_test(tessellation
    GUI
    SOURCES
        tessellation.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)

set(tessellation_resource_files
    "test.vert.qsb"
    "test.tesc.qsb"
    "test.tese.qsb"
    "test.frag.qsb"
)

qt_internal_add_resource(tessellation "tessellation"
    PREFIX
        "/"
    FILES
        ${tessellation_resource_files}
)