blob: fa193be91544fed1a2a1d9b13d66dd49d6117ee0 [file] [log] [blame]
Lei YU0bf1b782019-08-29 16:02:30 +08001psutils = 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)