summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/CMakeLists.txt
blob: fdca3256ad60e630738753879a66ff153025c872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

cmake_minimum_required(VERSION 3.16)
project(remotecontrolledcar LANGUAGES CXX)

find_package(Qt6 REQUIRED COMPONENTS Core DBus Gui Widgets)

qt_standard_project_setup()

add_subdirectory(car)
add_subdirectory(controller)