summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/CMakeLists.txt
blob: 9cd670d6461e34dc2ffb66013ce5be7df30dcb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_internal_add_example(hellovulkanwindow)
qt_internal_add_example(hellovulkantriangle)
qt_internal_add_example(hellovulkantexture)
if(TARGET Qt::Widgets)
    qt_internal_add_example(hellovulkanwidget)
endif()
if(TARGET Qt::Concurrent AND TARGET Qt::Widgets)
    qt_internal_add_example(hellovulkancubes)
endif()