summaryrefslogtreecommitdiffstats
path: root/examples/widgets/rhi/CMakeLists.txt
blob: 6734a13c9ec6bd9c98467a6b1ddd60210a31836d (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

if(NOT TARGET Qt6::Widgets)
    return()
endif()
qt_internal_add_example(simplerhiwidget)
qt_internal_add_example(cuberhiwidget)