1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ellan-bm-grpc_async_example

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
CMakeLists.txt 975
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
bm Отправлено 25.10.2020 10:44 5df6e16
# Copyright 2018 gRPC authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# cmake build file for C++ helloworld example.
# Assumes protobuf and gRPC have been installed using cmake.
# See cmake_externalproject/CMakeLists.txt for all-in-one cmake build
# that automatically builds all the dependencies before building helloworld.
cmake_minimum_required(VERSION 3.5.1)
project(my_grpc)
add_subdirectory(greeter_lib)
add_subdirectory(unit_test)

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ellan-bm-grpc_async_example.git
git@api.gitlife.ru:oschina-mirror/ellan-bm-grpc_async_example.git
oschina-mirror
ellan-bm-grpc_async_example
ellan-bm-grpc_async_example
master