aboutsummaryrefslogtreecommitdiffstats
path: root/src/xr/CMakeLists.txt
blob: 6e5b2212eaf0a8df65cb0eed3e6961b61e5848e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# special case begin
qt_feature_module_begin(
    NO_MODULE
    PUBLIC_FILE "qtquick3dxr-config.h"
    PRIVATE_FILE "qtquick3dxr-config_p.h"
)
include("configure.cmake")
qt_feature_module_end(NO_MODULE)

if(QT_FEATURE_quick3dxr_openxr OR VISIONOS)
    add_subdirectory(quick3dxr)
endif()