Lei YU | 0bf1b78 | 2019-08-29 16:02:30 +0800 | [diff] [blame] | 1 | psutils = executable( |
| 2 | 'psutils', |
Lei YU | 0bf1b78 | 2019-08-29 16:02:30 +0800 | [diff] [blame] | 3 | 'version.cpp', |
Lei YU | d19df25 | 2019-10-25 17:31:52 +0800 | [diff] [blame] | 4 | 'updater.cpp', |
Lei YU | 0bf1b78 | 2019-08-29 16:02:30 +0800 | [diff] [blame] | 5 | 'main.cpp', |
| 6 | dependencies: [ |
| 7 | phosphor_dbus_interfaces, |
| 8 | phosphor_logging, |
| 9 | ], |
| 10 | include_directories: '../..', |
| 11 | install: true, |
| 12 | link_with: [ |
| 13 | libpower, |
| 14 | ] |
| 15 | ) |
Lei YU | 093b591 | 2019-10-22 15:28:51 +0800 | [diff] [blame] | 16 | |
| 17 | subdir('test') |