Alexander Hansen | 8d9e6da | 2025-01-14 14:17:19 +0100 | [diff] [blame^] | 1 | libnopdevice = 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 |