mirror of
https://github.com/reactos/CMake.git
synced 2025-01-05 18:38:46 +00: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;
|
|
}
|