Brandon Wyman | 2ad76bd | 2019-08-26 17:15:04 -0500 | [diff] [blame] | 1 | |
2 | executable( | ||||
3 | 'phosphor-psu-monitor', | ||||
4 | 'main.cpp', | ||||
Brandon Wyman | a0f33ce | 2019-10-17 18:32:29 -0500 | [diff] [blame] | 5 | 'psu_manager.cpp', |
Brandon Wyman | 57939e8 | 2019-08-26 17:53:57 -0500 | [diff] [blame] | 6 | dependencies: [ |
7 | sdbusplus, | ||||
Brandon Wyman | 2bac860 | 2019-09-12 18:12:21 -0500 | [diff] [blame] | 8 | sdeventplus, |
Brandon Wyman | 57939e8 | 2019-08-26 17:53:57 -0500 | [diff] [blame] | 9 | ], |
Brandon Wyman | a0f33ce | 2019-10-17 18:32:29 -0500 | [diff] [blame] | 10 | include_directories: '..', |
11 | install: true, | ||||
12 | link_with: [ | ||||
13 | libpower, | ||||
14 | ] | ||||
15 | ) |