Add upper level project definition for gRPC chat example

Fixes the warning when building server and client at once.

Task-number: QTBUG-118180
Pick-to: 6.6 6.5
Change-Id: Idb52857d9d858edbecc029f3199f20fce86f40a9
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2023-10-31 13:53:13 +01:00
parent 8ebca7f46c
commit 1cfd2d8e16
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)