cmake/Tests/FindProtobuf/Test/main-generate.cxx

9 lines
83 B

#include <example.pb.h>
int main()
{
example::msgs::Example msg;
return 0;
}