index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FindProtobuf
/
Test
/
main-generate.cxx
blob: ca33a6856bd29399d98928c787b18a4397db8d22 (
plain
)
1
2
3
4
5
6
7
8
#include <example.pb.h>
int
main
()
{
example
::
msgs
::
Example msg
;
return
0
;
}