xref: /openbmc/phosphor-modbus/common/meson.build (revision 7184805ae4ede906935133e3e0f8ee2468bc781b)
1f69546b3SJagpal Singh Gillmodbus_common_lib = static_library(
2f69546b3SJagpal Singh Gill    'modbus_common_lib',
3f69546b3SJagpal Singh Gill    'entity_manager_interface.cpp',
4*7184805aSJagpal Singh Gill    'events.cpp',
5f69546b3SJagpal Singh Gill    include_directories: ['.'],
6f69546b3SJagpal Singh Gill    dependencies: [default_deps],
7f69546b3SJagpal Singh Gill)
8