summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/CMakeLists.txt
blob: 957beb9ed4cec3f29e0c3a5c465b742c5d31d79a (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(QT_FEATURE_xcb_egl_plugin)
    add_subdirectory(xcb_egl)
endif()
if(QT_FEATURE_xcb_glx_plugin)
    add_subdirectory(xcb_glx)
endif()