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

9 lines
144 B
C++
Raw Normal View History

2017-07-20 19:35:53 +02:00
#include <google/protobuf/compiler/command_line_interface.h>
int main()
{
google::protobuf::compiler::CommandLineInterface();
return 0;
}