Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-bmc-code-mgmt
/
8d9e6da63d97f1085ce65575aaead48fe3f512a0
/
.
/
test
/
common
/
nopdevice
/
meson.build
blob: be943f5f86c5abd41be33a823c8d0cd5298527a3 [
file
] [
log
] [
blame
]
libnopdevice
=
static_library
(
'nopdevice'
,
'nopdevice.cpp'
,
include_directories
:
[
'.'
,
common_include
],
dependencies
:
[
pdi_dep
,
phosphor_logging_dep
,
sdbusplus_dep
,
libpldm_dep
,
],
link_with
:
[
software_common_lib
,
],
install
:
false
,
)