The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
7 lines
308 B
7 lines
308 B
%YAML 1.2 |
|
--- | |
|
<%namespace file="sln_defs.include" import="gen_solution"/>\ |
|
<% |
|
solution_projects = [p for p in vsprojects if p.build != 'protoc' and p.language in ['c', 'c++'] and not (p.language == 'c++' and p.build in ['private', 'test'])] |
|
%>\ |
|
${gen_solution(solution_projects, use_dlls='yes')}
|
|
|