1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Tests/FindProtobuf/Test/main-generate-grpc.cxx
Frank Lange f2a4b879b1 FindProtobuf: Add PLUGIN parameter to protobuf_generate
This allows for example reusing the function for generating gRPC code by
specifying which grpc plugin to use.
2021-05-06 13:42:21 -04:00

7 lines
70 B
C++

#include <msgs/example_service.grpc.pb.h>
int main()
{
return 0;
}