mirror of https://github.com/qt/qtgrpc.git
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:
parent
8ebca7f46c
commit
1cfd2d8e16
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue