protobuf_generated_go += custom_target('go_' + protobuf_definition,
command: [protoc, '--proto_path=@CURRENT_SOURCE_DIR@', '--go_out=paths=source_relative:@OUTDIR@', '@INPUT@'],
input: protobuf_definition,
output: '@BASENAME@.pb.go',
install: true,
)