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