Patrick Williams | 8a08ac1 | 2025-02-01 08:37:15 -0500 | [diff] [blame] | 1 | configure_file(output: 'config.h', configuration: cdata) |
Lei YU | 5e0dcb3 | 2019-08-02 18:04:34 +0800 | [diff] [blame] | 2 | psu_inc = include_directories('.') |
Lei YU | 01539e7 | 2019-07-31 10:57:38 +0800 | [diff] [blame] | 3 | |
Lei YU | e065f61 | 2019-07-30 14:10:52 +0800 | [diff] [blame] | 4 | executable( |
Patrick Williams | 8a08ac1 | 2025-02-01 08:37:15 -0500 | [diff] [blame] | 5 | 'phosphor-psu-code-manager', |
| 6 | 'activation.cpp', |
| 7 | 'item_updater.cpp', |
| 8 | 'main.cpp', |
| 9 | 'version.cpp', |
| 10 | 'utils.cpp', |
| 11 | include_directories: psu_inc, |
| 12 | dependencies: [phosphor_logging, phosphor_dbus_interfaces, sdbusplus, ssl], |
| 13 | install: true, |
| 14 | install_dir: get_option('bindir'), |
| 15 | ) |