summaryrefslogtreecommitdiffstats
path: root/tests/auto/CMakeLists.txt
blob: 87e83b552ec2e5fcdd8bff8a57e34946785f0eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from auto.pro.

if(TARGET Qt::WaylandClient)
    add_subdirectory(client)
endif()
if(TARGET Qt::WaylandClient AND TARGET Qt::WaylandCompositor)
    add_subdirectory(cmake)
endif()
if(TARGET Qt::WaylandCompositor)
    add_subdirectory(compositor)
endif()