Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-blobs-binarystore
/
94ff59b7d614ee5330e667573651ce72b6c8e1a9
/
.
/
proto
/
meson.build
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'
)