Lei YU | 0bf1b78 | 2019-08-29 16:02:30 +0800 | [diff] [blame] | 1 | psutils = executable( |
2 | 'psutils', | ||||
3 | 'argument.cpp', | ||||
4 | 'version.cpp', | ||||
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 | ) |