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 Change-Id: Idb52857d9d858edbecc029f3199f20fce86f40a9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit1cfd2d8e16) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit32a05f12fe)
This commit is contained in:
parent
127c8d8432
commit
b0f47eb474
|
|
@ -1,5 +1,8 @@
|
||||||
# Copyright (C) 2023 The Qt Company Ltd.
|
# Copyright (C) 2023 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
project(GrpcChat LANGUAGES CXX)
|
||||||
|
|
||||||
add_subdirectory(client)
|
add_subdirectory(client)
|
||||||
add_subdirectory(server)
|
add_subdirectory(server)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue