Add upper level project definition for gRPC chat example

Fixes the warning when building server and client at once.

Task-number: QTBUG-118180
Change-Id: Idb52857d9d858edbecc029f3199f20fce86f40a9
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 1cfd2d8e16)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 32a05f12fe)
This commit is contained in:
Alexey Edelev 2023-10-31 13:53:13 +01:00 committed by Qt Cherry-pick Bot
parent 127c8d8432
commit b0f47eb474
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(GrpcChat LANGUAGES CXX)
add_subdirectory(client)
add_subdirectory(server)