summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/CMakeLists.txt
blob: af6e7febd58a7fbb615d8bca05295d8a5b3a10ad (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

cmake_minimum_required(VERSION 3.16)
project(custom-extension)

add_subdirectory(qml-client)
add_subdirectory(compositor)
add_subdirectory(cpp-client)