blob: f4b8d45df624dad9419601523a9e421dac03663d [file] [log] [blame]
Lei YU0bf1b782019-08-29 16:02:30 +08001psutils = executable(
2 'psutils',
Lei YU0bf1b782019-08-29 16:02:30 +08003 'version.cpp',
Lei YUd19df252019-10-25 17:31:52 +08004 'updater.cpp',
Lei YU0bf1b782019-08-29 16:02:30 +08005 '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 YU093b5912019-10-22 15:28:51 +080016
17subdir('test')