blob: 2e6adadd640e4bdc85ccaeb2d9e803c8eff485cb [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 ],
Lei YU7c2fbbb2019-11-06 14:56:02 +080010 include_directories: [libpower_inc, libi2c_inc],
Lei YU0bf1b782019-08-29 16:02:30 +080011 install: true,
12 link_with: [
13 libpower,
Lei YU7c2fbbb2019-11-06 14:56:02 +080014 libi2c_dev,
Lei YU0bf1b782019-08-29 16:02:30 +080015 ]
16)
Lei YU093b5912019-10-22 15:28:51 +080017
18subdir('test')