| phosphor_power_sequencer_include_directories = include_directories( | |
| '.', | |
| '../..' | |
| ) | |
| phosphor_power_sequencer = executable( | |
| 'phosphor-power-control', | |
| 'power_control_main.cpp', | |
| 'power_control.cpp', | |
| 'power_interface.cpp', | |
| 'power_sequencer_monitor.cpp', | |
| 'ucd90320_monitor.cpp', | |
| dependencies: [ | |
| libgpiodcxx, | |
| phosphor_logging, | |
| sdbusplus, | |
| sdeventplus, | |
| stdplus | |
| ], | |
| link_with: [ | |
| libpower | |
| ], | |
| implicit_include_directories: false, | |
| include_directories: phosphor_power_sequencer_include_directories, | |
| install: true | |
| ) |