Alexander Hansen | 00b3cae | 2024-11-26 17:32:33 +0100 | [diff] [blame] | 1 | |
2 | subdir('pldm') | ||||
Alexander Hansen | cc37235 | 2025-01-14 14:15:39 +0100 | [diff] [blame] | 3 | |
4 | software_common_lib = static_library('software_common_lib', | ||||
5 | 'src/software_manager.cpp', | ||||
6 | 'src/device.cpp', | ||||
7 | 'src/software_config.cpp', | ||||
8 | 'src/software.cpp', | ||||
9 | 'src/software_update.cpp', | ||||
10 | include_directories: ['.','include/', common_include], | ||||
11 | dependencies: [ | ||||
12 | pdi_dep, | ||||
13 | phosphor_logging_dep, | ||||
14 | sdbusplus_dep, | ||||
15 | libpldm_dep, | ||||
16 | ], | ||||
17 | ) |