summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/CMakeLists.txt
blob: a22196a1c878b3c7a9757acb4c6fd727b1a647b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from renderers.pro.

qt_feature_module_begin(
    NO_MODULE
    PUBLIC_FILE "qtrenderers-config.h"
    PRIVATE_FILE "qtrenderers-config_p.h"
)
include(configure.cmake)
qt_feature_module_end(NO_MODULE)

if(QT_FEATURE_qt3d_opengl_renderer)
    add_subdirectory(opengl)
endif()
if(QT_FEATURE_qt3d_rhi_renderer)
    add_subdirectory(rhi)
endif()