mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

This allows for example reusing the function for generating gRPC code by specifying which grpc plugin to use.
7 lines
70 B
C++
7 lines
70 B
C++
#include <msgs/example_service.grpc.pb.h>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|