g
Size: a a a
g
g
g
МВ
МВ
МВ
МВ
CppApplication {
Depends { name: "protobuf.cpp" }
files: ["foo.proto", "main.cpp"]
}
МВ
gen = generator(protoc, \
output : ['@BASENAME@.pb.cc', '@BASENAME@.pb.h'],
arguments : [
'--proto_path=@CURRENT_SOURCE_DIR@/proto',
'--cpp_out=@BUILD_DIR@',
'@INPUT@'
]
)
g
gen = generator(protoc, \
output : ['@BASENAME@.pb.cc', '@BASENAME@.pb.h'],
arguments : [
'--proto_path=@CURRENT_SOURCE_DIR@/proto',
'--cpp_out=@BUILD_DIR@',
'@INPUT@'
]
)
c = run_command('protobuf.python')