mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
9 lines
144 B
C++
9 lines
144 B
C++
#include <google/protobuf/compiler/command_line_interface.h>
|
|
|
|
int main()
|
|
{
|
|
google::protobuf::compiler::CommandLineInterface();
|
|
|
|
return 0;
|
|
}
|