blob: 060008383e1b0f7163d805ff1b66abde870bd0dc [file] [log] [blame]
proto = custom_target(
'proto',
command: [
find_program('protoc', native: true),
'--proto_path=@CURRENT_SOURCE_DIR@',
'--cpp_out=@OUTDIR@',
'@INPUT@'
],
output: [
'binaryblob.pb.cc',
'binaryblob.pb.h',
],
input: 'binaryblob.proto')