summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_waylandclient/CMakeLists.txt
blob: cad8d45d365356039f57611f3bd09b5430af7138 (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

project(test_plugins)

cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0056 NEW)

find_package(Qt6WaylandClient REQUIRED)
add_executable(test_waylandclient_exe main.cpp)
target_link_libraries(test_waylandclient_exe Qt6::WaylandClientPrivate)