Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libpldm
/
refs/heads/main
/
.
/
tools
/
meson.build
blob: 03b0ec0afbce0dbf4af59ac45489c1cb1edba135 [
file
] [
log
] [
blame
]
Matt Johnston
c127a01
2025-06-20 17:49:19 +0800
[
diff
] [
blame
]
1
if
get_option
(
'abi'
).
contains
(
'testing'
)
and
get_option
(
'tools'
).
contains
(
'pd'
)
Andrew Jeffery
f363bda
2025-03-12 12:49:31 +0000
[
diff
] [
blame
]
2
executable
(
'pd'
,
'pd.c'
,
dependencies
:
[
libpldm_dep
])
3
endif