blob: be943f5f86c5abd41be33a823c8d0cd5298527a3 [file] [log] [blame]
Alexander Hansen8d9e6da2025-01-14 14:17:19 +01001libnopdevice = static_library('nopdevice',
2 'nopdevice.cpp',
3 include_directories: ['.', common_include],
4 dependencies: [
5 pdi_dep,
6 phosphor_logging_dep,
7 sdbusplus_dep,
8 libpldm_dep,
9 ],
10 link_with: [
11 software_common_lib,
12 ],
13 install: false,
14)
15