Alexander Hansen | 4a053c8 | 2024-11-26 17:02:39 +0100 | [diff] [blame^] | 1 | |
2 | libpldmcreatepkg = static_library('pldmcreatepkg', | ||||
3 | 'create_pldm_fw_package.cpp', | ||||
4 | 'firmware_device_id_area.cpp', | ||||
5 | 'component_image_info_area.cpp', | ||||
6 | include_directories: ['.'], | ||||
7 | dependencies: [ | ||||
8 | phosphor_logging_dep, | ||||
9 | libpldm_dep, | ||||
10 | ], | ||||
11 | install: false, | ||||
12 | ) |