cmake protobuf_generate_cpp() examples

Framstag/libosmscout libosmscout-import/CMakeLists.txt :119

protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS
	${CMAKE_CURRENT_SOURCE_DIR}/src/protobuf/fileformat.proto
	${CMAKE_CURRENT_SOURCE_DIR}/src/protobuf/osmformat.proto)

opencv/opencv modules/dnn/CMakeLists.txt :120

protobuf_generate_cpp(fw_srcs fw_hdrs ${proto_files})

gwaldron/osgearth src/osgEarth/CMakeLists.txt :813

protobuf_generate_cpp(PROTO_VECTOR_TILE_CPP PROTO_VECTOR_TILE_H vector_tile.proto)

gwaldron/osgearth src/osgEarth/CMakeLists.txt :814

protobuf_generate_cpp(PROTO_GLYPHS_CPP PROTO_GLYPHS_H glyphs.proto)

protocolbuffers/protobuf examples/CMakeLists.txt :33

protobuf_generate_cpp(${example}_PROTO_SRCS ${example}_PROTO_HDRS ${${example}_PROTOS})

qgis/QGIS src/core/CMakeLists.txt :2201

protobuf_generate_cpp(VECTOR_TILE_PROTO_SRCS VECTOR_TILE_PROTO_HDRS vectortile/vector_tile.proto)