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

# Generated from gl_integrations.pro.

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