Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libpldm
/
c127a012d2f99d2cf97fe74548f6a64f4b2e0994
/
.
/
tools
/
meson.build
blob: 03b0ec0afbce0dbf4af59ac45489c1cb1edba135 [
file
] [
log
] [
blame
]
if
get_option
(
'abi'
).
contains
(
'testing'
)
and
get_option
(
'tools'
).
contains
(
'pd'
)
executable
(
'pd'
,
'pd.c'
,
dependencies
:
[
libpldm_dep
])
endif