CMake/Tests/FindProtobuf/Test/main-protoc.cxx
2017-05-18 13:57:01 +02:00

9 lines
144 B
C++

#include <google/protobuf/compiler/command_line_interface.h>
int main()
{
google::protobuf::compiler::CommandLineInterface();
return 0;
}