cmake/Tests/FindProtobuf/Test/main.cxx

9 lines
105 B

#include <google/protobuf/stubs/common.h>
int main()
{
GOOGLE_PROTOBUF_VERIFY_VERSION;
return 0;
}