Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
FindProtobuf
/
Test
/
main-protoc.cxx
blob: 64e5ada4a7b519ad2e175846d3d724bbab47f67e [
file
] [
log
] [
blame
]
#include
<google/protobuf/compiler/command_line_interface.h>
int
main
()
{
google
::
protobuf
::
compiler
::
CommandLineInterface
();
return
0
;
}