Jim Wright | 539b608 | 2021-08-02 14:50:23 -0500 | [diff] [blame] | 1 | phosphor_power_sequencer_include_directories = include_directories( |
| 2 | '.', |
| 3 | '../..' |
Jim Wright | 1553cd9 | 2021-03-31 16:11:59 -0500 | [diff] [blame] | 4 | ) |
| 5 | |
Jim Wright | 539b608 | 2021-08-02 14:50:23 -0500 | [diff] [blame] | 6 | phosphor_power_sequencer = executable( |
| 7 | 'phosphor-power-control', |
| 8 | 'power_control_main.cpp', |
| 9 | 'power_control.cpp', |
Jim Wright | 1992083 | 2021-08-25 11:13:56 -0500 | [diff] [blame] | 10 | 'power_interface.cpp', |
Jim Wright | 539b608 | 2021-08-02 14:50:23 -0500 | [diff] [blame] | 11 | dependencies: [ |
Jim Wright | 7a5dd99 | 2021-08-31 16:56:52 -0500 | [diff] [blame] | 12 | libgpiodcxx, |
Jim Wright | 539b608 | 2021-08-02 14:50:23 -0500 | [diff] [blame] | 13 | phosphor_logging, |
| 14 | sdbusplus, |
| 15 | sdeventplus, |
| 16 | stdplus |
| 17 | ], |
| 18 | implicit_include_directories: false, |
| 19 | include_directories: phosphor_power_sequencer_include_directories, |
| 20 | install: true |
| 21 | ) |