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

qt_internal_add_test(tst_clientextension
    SOURCES
        tst_clientextension.cpp
    LIBRARIES
        SharedClientTest
)

qt6_generate_wayland_protocol_client_sources(tst_clientextension
    FILES ${CMAKE_CURRENT_SOURCE_DIR}/test.xml
)

qt6_generate_wayland_protocol_server_sources(tst_clientextension
    FILES ${CMAKE_CURRENT_SOURCE_DIR}/test.xml
)