summaryrefslogtreecommitdiff
path: root/examples/quick/rendercontrol/CMakeLists.txt
blob: b0255dda6f75e6e356d0f005bf95aaed431d39f4 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(rendercontrol_opengl)
if(WIN32)
    qt_internal_add_example(rendercontrol_d3d11)
endif()