summaryrefslogtreecommitdiff
path: root/tests/auto/CMakeLists.txt
blob: 5c1cd7c532285fd857bcd4b4d763e8621583bdee (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) # special case
endif()
if(TARGET Qt::WaylandCompositor)
    add_subdirectory(compositor)
endif()